Dialogs not showing an interger!
#5

Heres my code now:
PHP код:
CMD:backpackhelp(playeridparams[])
{
    new 
string[1024];
    
format(string,sizeof(string), "{FF0000}Small Backpack Information:{FFFFFF}\n");
    
format(string,sizeof(string), "Narcotics Storage:{FFFFFF}\t\t\t\t\t %i Grams\n"SMALL_NARCOTICS);
    
format(string,sizeof(string), "Firearms Storage:{FFFFFF}\t\t\t\t\t %i Grams\n"SMALL_FIREARMS);
    
ShowPlayerDialog(playerid,DIALOG_BACKPACKHELP,DIALOG_STYLE_MSGBOX"{FFFF00}Information:{FFFFFF} Backpacks"string"Close""");
    return 
1;

But its only showing the last which is Firearms storage!

EDIT: Didnt see ur message @ShihabSoft ill check it out
Reply


Messages In This Thread
Dialogs not showing an interger! - by Immortal99 - 06.05.2017, 11:13
Re: Dialogs not showing an interger! - by Toroi - 06.05.2017, 11:16
Re: Dialogs not showing an interger! - by Immortal99 - 06.05.2017, 11:23
Re: Dialogs not showing an interger! - by ShihabSoft - 06.05.2017, 11:23
Re: Dialogs not showing an interger! - by Immortal99 - 06.05.2017, 11:28
Re: Dialogs not showing an interger! - by ShihabSoft - 06.05.2017, 11:30
Re: Dialogs not showing an interger! - by Immortal99 - 06.05.2017, 11:32
Re: Dialogs not showing an interger! - by Immortal99 - 06.05.2017, 11:37
Re: Dialogs not showing an interger! - by ShihabSoft - 06.05.2017, 11:38
Re: Dialogs not showing an interger! - by ShihabSoft - 06.05.2017, 11:42

Forum Jump:


Users browsing this thread: 3 Guest(s)