#2

I'm not sure what are you actually asking, but on every TP command that you have, make a check if he's frozen, if he does return a message error exactly as you showed above.
pawn Код:
CMD:tp(playerid, params[])
{
     if(Frozen[playerid] == 1) return SendClientMessage(playerid, COLOR_RED, "You cannot use this command when frozen"); // this didn't work so I tried with
     return 1;
}
Why don't you put both filterscript and GM together? Or atleast set frozen players at your GM just as you did at your filterscript.
Reply


Messages In This Thread
CMD - by Ananisiki - 12.11.2013, 20:44
Re: CMD - by Loot - 12.11.2013, 21:13
Re: CMD - by Ananisiki - 12.11.2013, 21:44
Re: CMD - by Ananisiki - 13.11.2013, 12:51
Re: CMD - by J4mmyHD - 13.11.2013, 16:27
Re: CMD - by DaniceMcHarley - 13.11.2013, 16:35
Re: CMD - by Ananisiki - 13.11.2013, 16:47
Re: CMD - by Konstantinos - 13.11.2013, 16:49
Re: CMD - by DaniceMcHarley - 13.11.2013, 17:02
Re: CMD - by Ananisiki - 13.11.2013, 17:27

Forum Jump:


Users browsing this thread: 1 Guest(s)