Недавнее содержимое от Sasha V0lk

  1. S

    Вопросы по Lua скриптингу

    Подскажите,где eend Забыл? function main() while not isSampAvailable()do wait(100) end sampRegisterChatCommand("tp",command) while true do wait(500) end end function command() local veh = getCarCharIsUsing(PLAYER_PED) setCarCoordinates(veh, 370.7184,1976.1356,25.0291) end end