29.07.2009, 02:46
how would i tele the vehicle the player is in if they are in when they type this cmd?
Код:
if (strcmp("/seafun", cmdtext, true, 10) == 0) { SetPlayerPos(playerid, 2450.2224, -1788.5258, 458.3834); SendClientMessage(playerid, 0xAA3333AA, "Welcome to sea fun drive down the tunnel at high speed!"); SetVehiclePos(vehicleid, 2450.2224, -1788.5258, 458.3834); return 1; }