[Ajuda] /rg
#7

PHP код:
   
stock IsPlayerVIP
(playerid)
{
    new 
vip[40];
    if(
PlayerInfo[targetid][pVIP] < )  vip "Grбtis";
    else if(
PlayerInfo[targetid][pVIP] >= && PlayerInfo[targetid][pVIP] < 2vip "VIP Bronze";
    else if(
PlayerInfo[targetid][pVIP] >= && PlayerInfo[targetid][pVIP] < 3vip "VIP Prata";
    else if(
PlayerInfo[targetid][pVIP] >= vip "VIP Ouro";
    return 
vip;
}
stock IsPlayerSocio(playerid)
{
    new 
socio[40];
    if(
PlayerInfo[targetid][pSocio] < )  socio "Grбtis";
    else if(
PlayerInfo[targetid][pSocio] >= && PlayerInfo[targetid][pSocio] < 2sуcio "Sуcio Bronze";
    else if(
PlayerInfo[targetid][pSocio] >= && PlayerInfo[targetid][pSocio] < 3sуcio "Sуcio Prata";
    else if(
PlayerInfo[targetid][pSocio] >= && PlayerInfo[targetid][pSocio] < 4socio "Sуcio Ouro";
    else if(
PlayerInfo[targetid][pSocio] >= socio "Sуcio Diamante";
    return 
socio;

//No seu comando /RG
IsPlayerVIP(playerid)
IsPlayerSocio(playerid
Reply


Messages In This Thread
/rg - by CaioTesio - 01.03.2015, 02:47
Re: /rg - by Gii - 01.03.2015, 04:10
Re: /rg - by CaioTesio - 01.03.2015, 14:12
Re: /rg - by Wanderson_SAMP - 01.03.2015, 15:34
Re: /rg - by CaioTesio - 01.03.2015, 16:28
Re: /rg - by GabrielDias_Invision - 01.03.2015, 16:35
Re: /rg - by Ts3 - 01.03.2015, 16:47
Re: /rg - by DannielCooper - 01.03.2015, 16:52
Re: /rg - by Ts3 - 01.03.2015, 17:04
Re: /rg - by CaioTesio - 01.03.2015, 17:11

Forum Jump:


Users browsing this thread: 1 Guest(s)