Need Help please.
#9

pawn Код:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);          
if(team[playerid] == TEAM_HUMAN)
            {
              format(stringbig,sizeof(stringbig),""COL_WHITE"[GAME]%s(%d): {FFFFFF}%s",pName,playerid, text);
              SendPlayerMessageToAll(playerid,stringbig);
              return 0;
              }
 if(team[playerid] == TEAM_ZOMBIE)
            {
              format(stringbig,sizeof(stringbig),""COL_WHITE"[GAME]%s(%d): {FFFFFF}%s",pName,playerid, text);
              SendPlayerMessageToAll(playerid,stringbig);
              return 0;
Reply


Messages In This Thread
Need Help please. - by arlindi - 27.07.2014, 18:47
Re: Need Help please. - by arlindi - 27.07.2014, 18:59
Re: Need Help please. - by arlindi - 27.07.2014, 19:18
Re: Need Help please. - by MBilal - 27.07.2014, 20:19
Re: Need Help please. - by arlindi - 27.07.2014, 20:43
Re: Need Help please. - by MBilal - 27.07.2014, 20:50
Re: Need Help please. - by arlindi - 28.07.2014, 07:50
Re: Need Help please. - by Stinged - 28.07.2014, 07:59
Re: Need Help please. - by GShock - 28.07.2014, 08:19

Forum Jump:


Users browsing this thread: 1 Guest(s)