24.02.2012, 04:42
Okay So Far i Want the players name And Id to show in there text.. k Well it works It shows Buzzbomb(0): BLahh
But When i get More then 3 Players or More My name Turns into Buzzbomb: BLAHH
Here my Code
I have alot others and Ive done research and wiki and Im getting confused half the time i want to rip my eyes out...
Please help me before i lose My eye sight..
But When i get More then 3 Players or More My name Turns into Buzzbomb: BLAHH
Here my Code
pawn Код:
if(ChatSystem == 1)
{
new pName[MAX_PLAYER_NAME],str[128];
GetPlayerName(playerid,pName,sizeof(pName));
format(str,sizeof(str),"%s(%d): %s",pName,playerid,text);
SendClientMessageToAll(WHITE,str);
return 0;
}
Please help me before i lose My eye sight..