16.03.2017, 15:12
(
Последний раз редактировалось coool; 26.03.2017 в 11:11.
)
Hello so my problem here. The if function is not working correctly it always bypasses:
if my name doesn't contain [EX] it should say Whatever, but it continues in the things nested in if
P.S I don't know why the identication is not working in my browser
PHP код:
//The " Tag " here
new Tag[6] = "[EX]"
new pn[24]; GetPlayerName(playerid, pn, 24);
if(strfind(pn, Tag, true) != 1)
{
}
else SCM(playerid, -1, "Whatever");
P.S I don't know why the identication is not working in my browser