Search Results
mapedit/variables/actor.pwn(13) : error 017: undefined symbol "MAX_ACTORS" mapedit/hooks/object.pwn(2 : error 017: undefined symbol "GetPlayerPoolSize" mapedit/hooks/vehicle.pwn(2) : warning 202: numb...
3,407
Error Notices: SA:MP has crashed. The error report has been generated below Using The 'Report Crash' button will submit a crash below that will help us to fix this problem in future versions. -------...
76
Quote: Originally Posted by AndreiWow Something like #define MAXCARS 200 PHP Code: for(new i = 0; i < MAXCARS; i++) {  //code here }  But you can load the vehicles ...
77
I'm going to run the loop for all the cars, check the car owner, return the ID, and then use that ID to get the license plate out. Is there any way?
77
Ysi After running on the server, when you turn on DOS, just about ysi related things are just coming out. How can you get rid of something in DOS window?
6,676
new vehicle[MAX_VEHICLES]; // new car index CreateVehicle(481, PlayPos[0]+1, PlayPos[1], PlayPos[2], 0, 1, 1, -1, 0); DestroyVehicle(); I do not know how to create a vehicle and create a vehicle and...
57
new vehicle[MAX_VEHICLES]; // new car index CreateVehicle(481, PlayPos[0]+1, PlayPos[1], PlayPos[2], 0, 1, 1, -1, 0); DestroyVehicle(); I do not know how to create a vehicle and create a vehicle and...
125