[Ajuda] mSelection
#7

Na verdade, й /acessorios /skin..

PHP код:
CMD:skin(playeridparams[])
{
    
DestruirMenu(playerid);
    
SetPVarInt(playerid"skinc_active"1);
    
CriarMenu(playerid);
    
SelectTextDraw(playerid0x00000033);
    return 
1;

PHP код:
CMD:acessorios(playerid,params[])
{
    new 
string[900];
    new 
dialog[950];
    if(
IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,-1,"{FF0000}Vocк nгo pode digitar esse comando em um veнculo.");
    for(new 
x;x<MAX_OSLOTS;x++)
    {
        if(
IsPlayerAttachedObjectSlotUsed(playeridx))
        {    
format(stringsizeof(string), "{FFFFFF}Slot: %d \n"x);    }
        else 
format(stringsizeof(string), "{FFFFFF}Slot: %d \n"x);
        
strcat(dialog,string);
       }
       
ShowPlayerDialog(playeridDIALOG_ATTACH_INDEX_SELECTIONDIALOG_STYLE_LIST,"{FFFFFF}Acessorios"dialog"Ok""Fechar");
    return 
1;

Reply


Messages In This Thread
mSelection - by Username1234 - 11.05.2015, 03:24
Re: mSelection - by Locky_ - 11.05.2015, 09:24
Re: mSelection - by Username1234 - 11.05.2015, 12:36
Re: mSelection - by GabrielDias_Invision - 11.05.2015, 13:04
Re: mSelection - by Username1234 - 11.05.2015, 13:13
Re: mSelection - by GabrielDias_Invision - 11.05.2015, 13:14
Re: mSelection - by Username1234 - 11.05.2015, 13:17
Re: mSelection - by Username1234 - 11.05.2015, 23:14
Re: mSelection - by Locky_ - 11.05.2015, 23:36
Re: mSelection - by Username1234 - 11.05.2015, 23:56

Forum Jump:


Users browsing this thread: 1 Guest(s)