/rac and /rtc
#3

I'll give you mine, you edit it
I won't make it for admin level 4, do it yourself
PHP код:
CMD:rac(playeridparams[])
{
    new 
string[128];
    
format(stringsizeof(string), "All vehicles have been respawned.");
    
SendClientMessageToAll(COLOR_BLUEstring);
    
    for(new 
0MAX_VEHICLESi++)
    {
            
SetVehicleToRespawn(i);
    }
    return 
1;

Reply


Messages In This Thread
/rac and /rtc - by Justin Reif - 27.10.2012, 07:18
Re: /rac and /rtc - by JaKe Elite - 27.10.2012, 07:20
Re: /rac and /rtc - by _Khaled_ - 27.10.2012, 08:55

Forum Jump:


Users browsing this thread: 1 Guest(s)