[FIXED] Thx Klutty
#2

Use a string.

pawn Код:
new string[128];
new playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playername));
format(string, sizeof(string), "%s has breaked in!",playername);
SendClientMessageToAll(0xFFFAAA,string);
Reply


Messages In This Thread
[FIXED] Thx Klutty - by gpclan - 30.05.2009, 17:39
Re: i got a prob and need help! - by Klutty - 30.05.2009, 17:40
Re: i got a prob and need help! - by gpclan - 30.05.2009, 17:44
Re: [FIXED] Thx Klutty - by Klutty - 30.05.2009, 17:47

Forum Jump:


Users browsing this thread: 1 Guest(s)