Car respawn cmd
#1

Can anyone please give a command which respawn all the cars in grand larc mod?
Reply
#2

Well, here is a example:
Код:
if(strcmp("/respawnallvehicles", cmdtext, true) == 0)
{
for(new veh=1; veh<MAX_VEHICLES; veh++)
{ 
SetVehicleToRespawn(veh);
}
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)