strfind
#5

pawn Код:
public OnPlayerText(playerid, text[])
{
if(IsPlayerAdmin(playerid))
{
if(strfind("heal", text, true) != -1)
SetPlayerHealth(playerid,100.0);
}
return 1;
}
Reply


Messages In This Thread
strfind - by colonel-top - 10.05.2013, 06:17
Re: strfind - by RajatPawar - 10.05.2013, 06:20
Re: strfind - by colonel-top - 10.05.2013, 06:23
Re: strfind - by Logic - 10.05.2013, 06:36
Re: strfind - by mineralo - 10.05.2013, 06:49
Re: strfind - by [HiC]TheKiller - 10.05.2013, 07:02
Re: strfind - by colonel-top - 10.05.2013, 07:20

Forum Jump:


Users browsing this thread: 1 Guest(s)