08.05.2012, 22:47
Quote:
Mas й uma public para todos? Porque nгo atualiza para cada um? Mas nгo vem ao caso, poste:
GetExpTol |
pawn Код:
stock GetExpTol(playerid)
{
new Returnl[29];
if(Exp[playerid] == 1) Returnl = " ";
if(Exp[playerid] == 1) Returnl = "lll";
if(Exp[playerid] == 2) Returnl = "llllll";
if(Exp[playerid] == 3) Returnl = "lllllllll";
if(Exp[playerid] == 4) Returnl = "llllllllllll";
if(Exp[playerid] == 5) Returnl = "lllllllllllllll";
if(Exp[playerid] == 6) Returnl = "llllllllllllllllll";
if(Exp[playerid] == 7) Returnl = "lllllllllllllllllllll";
if(Exp[playerid] == 8) Returnl = "llllllllllllllllllllllll";
if(Exp[playerid] >= 9) Returnl = "llllllllllllllllllllllllllll";
return Returnl;
}