20.12.2014, 21:33
Try using this advanced one it's better https://sampforum.blast.hk/showthread.php?tid=276887. Or for
Make a statement for false and for
make
to New carid =2;
Try that and see what happens
Код:
if(strcmp("/CallCar", cmdtext, true, 10) == 0) { new Float:x,Float:y,Float:z; GetPlayerPos(playerid,x,y,z); SetVehiclePos(DOF2_GetInt(RegisterSys(playerid),"CarID"),x,y,z); PutPlayerInVehicle(playerid,DOF2_GetInt(RegisterSys(playerid),"CarFileID"),0); return 1;}
Код:
for(new carid = 1; carid < 300; carid++)
Код:
new carid = 1;
Try that and see what happens