Little help
#1

Hi guys

How to put the id of players in the chat?
for example: jonybomb[0]: (message)

Thanks
Reply
#2

Here it is:

public OnPlayerText(playerid,text[])
Under
new textstring[128];
format(textstring, sizeof(textstring), "[%i] %s", playerid, text);
SendPlayerMessageToAll(playerid, textstring);
return 0;
}

this is it
Reply
#3

Works, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)