24.08.2010, 19:34
Hello,
I have a script for respawn all cars and i wil a script for empty cars..
I have this script: (And only for RCON
)
Thanks
I have a script for respawn all cars and i wil a script for empty cars..
I have this script: (And only for RCON
)Code:
if(!strcmp(cmdtext, "/respawncar", true))
{
for(new i = 0; i < MAX_VEHICLES; i++)
{
SetVehicleToRespawn(i);
}
return 1;
}


or what is the command? /RespawnEmptyCars? (And i have logged in in rcon....)