/rac and /rtc
#1

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!
Reply
#2

this is not a Scripting Request Thread
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)