10.11.2012, 10:55
Hi,
I am trying to look a way to set my Police vehicles to Respawn, it uses an IsLeovehicle variable
I am trying to look a way to set my Police vehicles to Respawn, it uses an IsLeovehicle variable
Код:
if(!strcmp(params, "sheriff", true)) { if(IsLeoVehicle(vehid)) SetVehicleToRespawn(IsLeoVehicle(vehid)); format(string, sizeof(string), ">>> ADMIN OVERRIDE %s has respawned all Sheriffs department vehicles!"); SendClientMessageToAll(COLOR_LIGHTRED, string); return 1; }