29.07.2010, 16:15
(
Последний раз редактировалось Mr.Obscure; 29.07.2010 в 16:27.
Причина: adjust
)
I'm a new scripter (7 weeks of scripting)
I has compiled that script.
With that, your admin can reload all FS witouth the RCON password
License GPL :P
So, I has used for base the "Heaven City RP Game Mode" (admin level 1337 = Leader Admin, 1338 = Founder, 1339 = Scripter)
P.S. I'm Italian
I has compiled that script.
With that, your admin can reload all FS witouth the RCON password
Код:
//--------------------------------[Reload FS]-------------------------------------------------------------------
if(strcmp(cmd, "/reloadfs", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] < 1336)
{
SendClientMessage(playerid, COLOR_BLUE, "SOLO LEAD / SCRIPTER / FOUNDER");
}
if(PlayerInfo[playerid][pAdmin] >= 1337)
{
SendRconCommand("reloadfs FSNAMEHERE")
SendClientMessage(playerid, COLOR_BLUE, "FS Ricaricate");
}
return 1;
}
So, I has used for base the "Heaven City RP Game Mode" (admin level 1337 = Leader Admin, 1338 = Founder, 1339 = Scripter)
P.S. I'm Italian

