What is wrong in that code Rep+++
#9

pawn Код:
new pName[MAX_PLAYER_NAME];
 GetPlayerName(playerid, pName, sizeof(pName));
 if(GetPlayerScore(playerid) < 200)
 {
    format(string, sizeof(string), "{NeWBie}: %s (ID: %d): %s", pName, playerid, text);
 }
 else
 {
    format(string, sizeof(string), "{RoOkIe}:: %s (ID: %d): %s", pName, playerid, text);
 }
 SendClientMessageToAll(COLOR_RED, string);
 return 0;
Reply


Messages In This Thread
What is wrong in that code Rep+++ - by boyan96 - 19.04.2012, 07:36
Re: What is wrong in that code Rep+++ - by Bogdan1992 - 19.04.2012, 07:38
Re: What is wrong in that code Rep+++ - by Biesmen - 19.04.2012, 07:38
Re: What is wrong in that code Rep+++ - by RollTi - 19.04.2012, 07:41
Re: What is wrong in that code Rep+++ - by boyan96 - 19.04.2012, 07:42
Re: What is wrong in that code Rep+++ - by RollTi - 19.04.2012, 07:44
Re: What is wrong in that code Rep+++ - by Biesmen - 19.04.2012, 07:45
Re: What is wrong in that code Rep+++ - by boyan96 - 19.04.2012, 07:50
Re: What is wrong in that code Rep+++ - by Biesmen - 19.04.2012, 07:52
Re: What is wrong in that code Rep+++ - by boyan96 - 19.04.2012, 07:56

Forum Jump:


Users browsing this thread: 1 Guest(s)