[Tutorial] How to make a "/respawnvehicles" command! (strcmp)
#14

You wrote:
pawn Code:
for(new c=0;c<MAX_VEHICLES;c++)
{
    RespawnVehicle(c);
}
It should be:
pawn Code:
for(new c=0;c<MAX_VEHICLES;c++)
{
    SetVehicleToRespawn(c);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)