23.10.2011, 16:07
Well looking at some more of your code it would appear that the variable that stores your characters name is:
So you need to do:
That means you can get rid of GetPlayerName also.
pawn Код:
Character[playerid][cName]
pawn Код:
format(str, sizeof(str), "* %s %s", Character[playerid][cName], params);