Help! There
#1

How i can show my all registred player list in dialog please help and how thanks all !
Reply
#2

bump please can i get help all i need is to see my all registered users in a dialog

pawn Код:
for(new i=0;i<MAX_PLAYERS;i++)
    {
    new registerusers[24];
    new registerusersstring[1280];
    GetPlayerName(i,registerusers,24);
    format(registerusersstring,sizeof(registerusersstring),"%s",registerusers);
    ShowPlayerDialog(playerid,rconadminc,DIALOG_STYLE_LIST,"Registered Users",registerusers,"Access","Close");
    }
    return 1;
    }
i tried this but it's only show my name
Reply
#3

Please i want to show all of my registred users inside dialog help me please my system DUDB
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)