17.07.2017, 16:43
I didn't get what you mean exactly but the currently tag is [uG]
Also I think you should use
Instead
From:
To:
https://sampwiki.blast.hk/wiki/Strfind
You are trying to find the defined tag in the player name.
Pss, Rep pls
PHP код:
#define ClanTag "[uG]"
PHP код:
strfind()
From:
PHP код:
if(strcmp(playeridname, ClanTag, true)==0)
PHP код:
if(strfind(playeridname, ClanTag, true) != -1)
You are trying to find the defined tag in the player name.
Pss, Rep pls