Getplayername problem
#1

Hi, just a confusion with Getplayername,

It only shows 8 characters long of the players name. For example "Server: %s teleported to /sf" And it would only show no more then 8 letters of the players name?
Reply
#2

It will show if the player name is more that 10 or 15

pawn Код:
GetPlayerName(playerid, name, sizeof(name));
        format(string, 256, "*** %s(ID: %d) has teleported to sf .", name, playerid);
        SendClientMessageToAll( 0xFF9900AA, string );
Reply
#3

ty ty
Reply
#4

You are welcome
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)