06.06.2009, 13:34
I'm sorry I'm all out of ideas. Only thing I can suggest is you use this command to run a quick test:
and just see if it works.
Код:
dcmd_Spawn(playerid, params[]) { #pragma unused params new Float:x,Float:y, Float:z; GetPlayerPos(playerid, x,y,z); DrivingTestVeh = CreateVehicle(405,x, y, z, 90.0,-1,-1,-1); PutPlayerInVehicle(playerid, DrivingTestVeh, 0); return 1; }