03.01.2012, 12:55
Did you change it on the code after this line
The format
However, to show the id of the player it should be
and on Players Name
pawn Код:
Playername[MAX_PLAYER_NAME];
pawn Код:
// new string[128]; <- An example
// From "name" to "Playername"
format(string, sizeof(string), "%s blabla..", Playername);
pawn Код:
%d
pawn Код:
%s