06.06.2011, 18:25
(
Последний раз редактировалось Iphone1234g; 06.06.2011 в 18:31.
Причина: change banner
)
okey here is code
Код:
SetTimer("CarRespawn",10000,0); // Change the amount of milisecounds to what you need. forward CarRespawn(); public CarRespawn() { for(new cars=0; cars<MAX_VEHICLES; cars++) { if(!VehicleOccupied(cars)) { SetVehicleToRespawn(cars); RepairVehicle(cars); } } return 1; } and this error i got plz help me me new in this matterКод:H:\Documents and Settings\Bilawal2o5o\Desktop\poilts life\gamemodes\gtapilots.pwn(4461) : error 017: undefined symbol "VehicleOccupied" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.