Show admins online problem
#5

i have another problem i don't want to make another thread
pawn Код:
CMD:level2(playerid,params[]) {
    #pragma unused params
    new string[1900];
    if(PlayerInfo[playerid][Level] >= 2) {
        CMDMessageToAdmins(playerid,"LEVEL2");
        strcat(string, "{FFFFFF}/mute /unmute /muted /screen /laston /lspec /lspecvehicle /lspecoff", 1900);
        strcat(string, "{FFFFFF}/jetpack /flip /vgoto /lgoto /fu /warn /aslap /jailed /frozen", 1900);
        strcat(string, "{FFFFFF}/giveweapon /setcolor /lockcar /unlockcar /burn /spawn /olaston", 1900);
        ShowPlayerDialog(playerid, 903021, DIALOG_STYLE_MSGBOX, "{FF0000}SFTDM - LEVEL (2)", string,"OK","");
    } else return ShowPlayerDialog(playerid, 90321, DIALOG_STYLE_MSGBOX, "{FF0000}SFTDM - ERROR MSG", HighLevel,"OK","");
    return 1;
}
no dialog is shown why?
Reply


Messages In This Thread
Show admins online problem - by KillerStrike23 - 21.12.2016, 13:52
Re: Show admins online problem - by SyS - 21.12.2016, 13:57
Re: Show admins online problem - by BroZeus - 21.12.2016, 13:58
Re: Show admins online problem - by KillerStrike23 - 21.12.2016, 13:59
Re: Show admins online problem - by KillerStrike23 - 21.12.2016, 14:02
Re: Show admins online problem - by oMa37 - 21.12.2016, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)