18.02.2009, 19:51
Umm, no...
Line 112:
I removed IsPlayerInAnyVehicle()
Line 116, 138:
Put Float, not float, they are different.
Line 124:
Put Float instead of float and see that after float:z you have ";" instead of ",", + VehicleID shouldn't be a float.
GL scripting
Line 112:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])IsPlayerInAnyVehicle()
Line 116, 138:
pawn Код:
new float:x, float:y, float:z;
Line 124:
pawn Код:
new float:x, float:y, float:z; float:VehicleID;
GL scripting