Quote:
Originally Posted by [MM]RoXoR[FS]
pawn Код:
if (strcmp("/car", cmdtext, true, 10) == 0) { new Float:x,Float:y,Float:z,Float:a; GetPlayerPos(playerid,x,y,z); GetPlayerFacingAngle(playerid,a); AddStaticVehicle(522,x+1,y,z,a,-1,-1); return 1; }
|
AddStaticVehicle(522,x+1,y,z,a,-1,-1);

?
Shouldnt be this
CreateVehicle?!