Little bit of help would be nice
#3

pawn Код:
COMMAND:stats(playerid, params[])
{

       new string[128];
       if (gTeam[playerid] == 2) return gTeam="Vampire";
       if (gTeam[playerid] == 1) return gTeam="Human";
       format(string, sizeof(string), "Race: %s",gTeam[playerid]);
       SendClientMessage(playerid,0xFFFFFFAA,string);
       return 1;
}
Reply


Messages In This Thread
Little bit of help would be nice - by Andregood - 24.04.2011, 17:17
Re: Little bit of help would be nice - by captainjohn - 24.04.2011, 17:21
Re: Little bit of help would be nice - by aircombat - 24.04.2011, 17:30

Forum Jump:


Users browsing this thread: 1 Guest(s)