19.02.2010, 16:43
I have a problem with this command:
when i type /stunt i dont get in the nrg-500, where is the problem?
Код:
dcmd_stunt(playerid,params[]) { #pragma unused params { PutPlayerInVehicle(playerid, stuntcar, 0); SetPlayerPos(playerid,-2402.2542,734.2985,35.0156); SetPlayerVirtualWorld(playerid,5); } new string[256]; new pName[30]; GetPlayerName(playerid, pName, 30); format(string, 280, " %s in stunt", pName); SendClientMessageToAll(ORRANGE, string); } return 1;