Question And Error..
#1

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

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;
   }
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..
Reply


Messages In This Thread
Question And Error.. - by Buzzbomb - 24.02.2012, 04:42
Re: Question And Error.. - by KreeDz - 24.02.2012, 07:00
Re: Question And Error.. - by Buzzbomb - 27.02.2012, 01:59
Re: Question And Error.. - by Buzzbomb - 29.02.2012, 20:04
Re: Question And Error.. - by Mike_Peterson - 29.02.2012, 20:05
Re: Question And Error.. - by Buzzbomb - 29.02.2012, 23:29

Forum Jump:


Users browsing this thread: 1 Guest(s)