10.10.2009, 17:05
I want make a Tag name system for tags like this [SOB] or [TS] i want analize if the nickname contains a tag and if is equal to something, like this
if (Tagname(playerid) == [SOB])
{
//do something
}
Tagname should be return the name tag and if dont have should return 0 i think but how i can analize the nickname of the player,
new name = GetPlayerName(playerid);
analize(name); xD
ideas?
thanks for your support
if (Tagname(playerid) == [SOB])
{
//do something
}
Tagname should be return the name tag and if dont have should return 0 i think but how i can analize the nickname of the player,
new name = GetPlayerName(playerid);
analize(name); xD
ideas?
thanks for your support