SA-MP Forums Archive
Help me with player id - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help me with player id (/showthread.php?tid=187731)



Help me with player id - [WSF]ThA_Devil - 04.11.2010

I tried to add playerid when player Text something but...
it shows 2 messages and its in 1 color:
pawn Код:
public OnPlayerText(playerid, text[])
 {
    new string[64], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    format(string,sizeof string,"%s(%i): %s",pName,playerid,text);
    SendClientMessageToAll(GetPlayerColor(playerid),string);
    return 1;
}
i know... but i did sometihng wrong....


Re: Help me with player id - gychem - 04.11.2010

I don't really understand what you mean,


Re: Help me with player id - [WSF]ThA_Devil - 04.11.2010

i mean like this:
when player writes something it dont show playerid after name....
so i want add id but... when i try this way it dont work right good....
2 messages in 1 time....
i dont want add id in player text... like [WSF]Th4_Devil: (id) text... <----- not like this
i want like this: [WSF]Th4_Devil(id): text....


Re: Help me with player id - gychem - 04.11.2010

pm me your msn


Re: Help me with player id - [WSF]ThA_Devil - 04.11.2010

omg i dont have MSN xD


Re: Help me with player id - Bessensap - 04.11.2010

first of all, GetPlayerColor does not work when u haven't used SetPlayerColor. (hold that in mind)

Second, you're sending the message in one color, because u can only use 1 color in sendclientmessages.


Re: Help me with player id - [WSF]ThA_Devil - 04.11.2010

i have set players color! when player connects i set it (random) my own choosen