Reaction Text
#2

use this :-
pawn Код:
if(strfind(text, "{123456}", true) = -1)
    {
        SendClientMessage(playerid, TEAM_CYAN_COLOR, "You cannot write this thing !");
        return 0;
    }
pawn Код:
if(strfind(text, "123456", true) != -1)
    {
        SendClientMessage(playerid, TEAM_CYAN_COLOR, "You cannot write this thing !");
        return 0;
    }
pawn Код:
if(strfind(text, "{", true) != -1)
    {
        SendClientMessage(playerid, TEAM_CYAN_COLOR, "You cannot write this thing !");
        return 0;
    }
Reply


Messages In This Thread
Reaction Text - by Danyels - 13.06.2013, 10:10
Re: Reaction Text - by Avi57 - 13.06.2013, 10:32
Re: Reaction Text - by ReVo_ - 13.06.2013, 10:48
Re: Reaction Text - by Danyels - 13.06.2013, 12:06
Re: Reaction Text - by ReVo_ - 13.06.2013, 16:20
Re: Reaction Text - by Danyels - 13.06.2013, 16:53

Forum Jump:


Users browsing this thread: 1 Guest(s)