need help with this
#3

Quote:
Originally Posted by Mustafa6155
Посмотреть сообщение
what are the lines 3440 to 3447
pawn Код:
if(PlayerInfo[i][pVip] == 3) { vtext = "Golden VIP"; }
                   else if(PlayerInfo[i][pVip] == 2) { vtext = "Silver VIP"; }
                   else if(PlayerInfo[i][pVip] == 1) { vtext = "Bronze VIP"; }
                   else { vtext = "VIP Level 1"; }
                   GetPlayerName(i,sname,sizeof(sname));
                   format(string,126,"'%s':[ %s ]",sname,vtext);
                   SendClientMessage(playerid,lb, string);
                   else
Reply


Messages In This Thread
need help with this - by xMCx - 10.11.2012, 19:04
Re: need help with this - by Mustafa6155 - 10.11.2012, 19:23
Re: need help with this - by xMCx - 10.11.2012, 19:49
Re: need help with this - by SuperViper - 10.11.2012, 20:21

Forum Jump:


Users browsing this thread: 1 Guest(s)