17.02.2019, 22:53
Quote:
Deu esse erro manos:
error 047: array sizes do not match, or destination array is too small error 047: array sizes do not match, or destination array is too small error 017: undefined symbol "pVip" error 047: array sizes do not match, or destination array is too small Onde eu coloco a return Variavel; |
PHP код:
CargoAdmin(playerid)
{
new Variavel[10];
if(PlayerInfo[playerid][pAdmin] == 1)
Variavel = "Admin";
if(PlayerInfo[playerid][pHelper] == 1)
Variavel = "Helper";
if(PlayerInfo[playerid][pSocio] == 1)
Variavel = "Sуcio";
if(PlayerInfo[playerid][pVip] == 1)
Variavel = "VIP";
return Variavel;
}