14.02.2014, 16:31
I use dcmd, and
This type of line doesn't even exist on my gamemode.
Thanks for trying your best though.. I appreciate it!
pawn Код:
dcmd_respawncars(playerid,params[])
{
#pragma unused params
#pragma unused playerid
for(new i = 1; i <= MAX_VEHICLES; i++)
{
if(NPCTram == i) continue;
SetVehicleToRespawn(i);
}
SendClientMessageToAll(0x00E800C8, "[ADMIN] Administrator has respawned all non-occupied vehicles");
return 1;
}
Thanks for trying your best though.. I appreciate it!