24.08.2011, 19:14
Hello ,
I got problem that i can't make the player id before his name I just make it like that:
So its like that:
Example: [ID: 0]: Test
I want to make it
[ID:0] Example: Test
But i failed any idea?
__________________
MY SERVER:
I got problem that i can't make the player id before his name I just make it like that:
Code:
public OnPlayerText(playerid,text[])
{
new str[128];
format(str, sizeof(str), "[ID:%i]: %s", playerid, text);
SendPlayerMessageToAll(playerid, str);
return 0;
}
Example: [ID: 0]: Test
I want to make it
[ID:0] Example: Test
But i failed any idea?
__________________
MY SERVER:


