how to get player name?
#1

How to get player name eg laftgv has joined the server,like that i want to make.
Reply
#2

pawn Код:
new name[MAX_PLAYERS],string[256];
        GetPlayerName(playerid, name, sizeof(name));
        format(string, 256, "*** %s(ID: %d) has joined the server.", name, playerid);
        SendClientMessageToAll( 0xFF9900AA, string );
Reply
#3

GetPlayerName is good aswell, so as www.wiki.sa-mp.com
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)