Quote:
Originally Posted by Venice
You mean the load filterscript ?
PHP код:
CMD:loadfs(playerid, params[])
{
new string[32],fs[32];
if(sscanf(params, "s", fs))
{
SendClientMessage(playerid,-1, "Usage: /loadfs (fs)");
return 1;
}
format(string, sizeof (string), "loadfs %s", fs);
SendRconCommand(string);
return 1;
}
|
i have load gamemods not fs and i want make when he is load gamemods fs restart server to i have all only restart not have