27.06.2017, 03:28
i have like 700 vehicles in my server but when i respawn all server vehicles then 50% vehicles color turn into black automatically.
help me guys to fix this problem.
help me guys to fix this problem.
PHP код:
ACMD:respawnallveh[5](playerid, params[])
{
for(new i = 0; i < MAX_VEHICLES; i++)
{
if(IsVehicleEmpty(i))
SetVehicleToRespawn(i);
}
return 1;
}