13.09.2008, 15:34
Quote:
looks cool, i'll try it Wink edit: whats the cmd to exit? I saw only |
this is the teleport
Код:
if(!strcmp("/airport", cmdtext, true)) { if(IsPlayerInAnyVehicle(playerid)) { new vehicleid = GetPlayerVehicleID(playerid); SetVehiclePos(vehicleid, 1967.1571,-2232.1267,17.2953); } else { SetPlayerPos(playerid, 1967.1571,-2232.1267,17.2953); } }