Rank System Doesnt Work
#5

@EliteApple - actaully the way you've provided is in my opinion stupid because he'll need to put that into every command or function that needs to return the staff name or other string

For example i'd use this.
pawn Код:
stock ReturnString(playerid)
{
       new returnstr[100];
       switch(PlayerInfo[playerid][pAdministrator])
       {
              case 0: { format(returnstr,sizeof(returnstr),"None"); }
              // and case {num} ect
   

       }
       return returnstr;
}
Reply


Messages In This Thread
Rank System Doesnt Work - by lulo356 - 03.11.2013, 21:18
Re: Rank System Doesnt Work - by DefaultEx - 03.11.2013, 23:42
Re: Rank System Doesnt Work - by lulo356 - 03.11.2013, 23:46
Re: Rank System Doesnt Work - by EliteApple - 04.11.2013, 00:21
Re: Rank System Doesnt Work - by zT KiNgKoNg - 04.11.2013, 08:46
Re: Rank System Doesnt Work - by EliteApple - 04.11.2013, 22:05

Forum Jump:


Users browsing this thread: 1 Guest(s)