Static Vehicle System error.
#2

Try this solution

PHP код:

#define CreateVehicle S_CreateVehicle 
stock S_CreateVehicle(modelidFloat:xFloat:yFloat:zFloat:anglecolor1color2respawn_delay

    new 
v
    for(
3MAX_VEHICLESv++) 
    { 
        if(
<= 520) continue; 
        
CreateVehicle(modelidxyzanglecolor1color2respawn_delay); 
        return 
v;
    } 
    return 
0;

This will create vehicles with a minimal ID of 521.
Reply


Messages In This Thread
Static Vehicle System error. - by VictorCreed - 25.05.2014, 11:10
Re : Static Vehicle System error. - by S4t3K - 25.05.2014, 11:16

Forum Jump:


Users browsing this thread: 1 Guest(s)