[Ajuda] Preciso de um help com esse comando
#3

PHP код:
CMD:comando(playerid,params[])
{
    new 
string[128];
    new 
dialog[500];
    for(new 
x;x<MAX_OSLOTS;x++)
    {
        if(
PlayerData[playerid][pDonator] <= 0) return SendClientMessage(playerid, -"Mensagem que nгo tem permissгo"); //Verifique se й PlayerData mesmo
        
if(IsPlayerAttachedObjectSlotUsed(playeridx))
        {
            
format(stringsizeof(string), ""COL_WHITE"Slot:%d :: "COL_GREEN"Used Slot\n"x); }
            else 
format(stringsizeof(string), ""COL_WHITE"Slot:%d\n"x);
            
strcat(dialog,string);
        }
        
    
ShowPlayerDialog(playeridDIALOG_ATTACH_INDEX_SELECTIONDIALOG_STYLE_LIST,"Player Objects/Attachment: (Select Slot)"dialog"Select""Close(X)");
    return 
1;

Tenta ai.
Reply


Messages In This Thread
Preciso de um help com esse comando - by murilo2929 - 09.11.2018, 23:46
Re: Preciso de um help com esse comando - by bruxo00 - 10.11.2018, 02:51
Re: Preciso de um help com esse comando - by JuninTJF - 10.11.2018, 04:05

Forum Jump:


Users browsing this thread: 1 Guest(s)