31.05.2014, 04:07
Veja se funciona nгo testei:
PHP код:
new viptext[13];
new string[34];
new
pVip[MAX_PLAYERS];
if(pVip[playerid] == 1){format(viptext,20,"~p~Vip");}
else if(pVip[playerid] == 2){viptext,20,"~p~Diamante");}
else{format(viptext,20,"~r~N/A");}
format(string, sizeof(string), " ~r~~h~Vip: ~w~~h~%s ",viptext);