String isn't showing correctly
#1

Brief: I want the name of the store to appear at the top of the dialog, but I only see the letter "R," when it's supposed to say "Mike's Mini-Mart." pBizInt is the biz id the player is in.

pawn Код:
new Bizname[32];
    new bizin = pInfo[playerid][pBizInt];
    Bizname = bInfo[bizin][bizname];
    if(IsPlayerInRangeOfPoint(playerid,3,-29.2120,-185.1284,1003.5469)) //24/7
    {
        ShowPlayerDialog(playerid,DIALOG_247,DIALOG_STYLE_LIST,Bizname,"Cell Phone\nPhonebook\nNew Phone Number","Select","Cancel");
    }
Reply


Messages In This Thread
String isn't showing correctly - by Aerotactics - 23.06.2014, 09:06
Re: String isn't showing correctly - by kamiliuxliuxliux - 23.06.2014, 09:08
Re: String isn't showing correctly - by Cypress - 23.06.2014, 09:08
Re: String isn't showing correctly - by Jack_Leslie - 23.06.2014, 09:09
Re: String isn't showing correctly - by Aerotactics - 23.06.2014, 09:21

Forum Jump:


Users browsing this thread: 1 Guest(s)