19.09.2010, 00:53
In my gm i have an simple clan system, so far i use format when player types something to get the clantag within the message, like this:
but somehow i cant find that wery efficient so i need help .. What would be the best way of doing this?
i could use SetPlayerName. any suggestions?
pawn Код:
format(string, 64, "%s[%s] : %s",username, usertag, text);
i could use SetPlayerName. any suggestions?