27.10.2012, 07:18
Hey guys! I really need these commands to get added to the ladmin script! can someone create them for me? It should support with ladmin (Level 4)
Thanks!
Thanks!
CMD:rac(playerid, params[])
{
new string[128];
format(string, sizeof(string), "All vehicles have been respawned.");
SendClientMessageToAll(COLOR_BLUE, string);
for(new i = 0; i < MAX_VEHICLES; i++)
{
SetVehicleToRespawn(i);
}
return 1;
}