Small problem
#1

Hi , i want to make a house teleport system so when i use /gohome it's give me a dialog , but i want to do this with Player Owner name so i'am trying this :

PHP код:
                        for (new iMAX_HOUSESi++)
                        {
                            if(!
strcmp(AHouseData[i][Owner], GetName(playerid)))
                                
format(HouseList1000"%s{00FF00}%s{FFFFFF}\n"HouseListAHouseData[i][HouseName]);
                        }
                        
ShowPlayerDialog(playeridDialogGoHomeDIALOG_STYLE_TABLIST"Choose your house :"HouseList"Select""Cancel"); 
When i use this command, i got the dialog but nothing write in it , but i can't find the problem, thank's for advance.
Reply


Messages In This Thread
Small problem - by AlexBlack - 29.05.2015, 20:16
Re: Small problem - by PepsiCola23 - 29.05.2015, 21:22
Re: Small problem - by d3ll - 29.05.2015, 21:47
Re : Small problem - by AlexBlack - 29.05.2015, 22:17
Re : Small problem - by AlexBlack - 29.05.2015, 23:49
Re : Small problem - by AlexBlack - 30.05.2015, 12:40
Re: Small problem - by Konstantinos - 30.05.2015, 13:00
Re : Small problem - by AlexBlack - 30.05.2015, 14:18
Re: Small problem - by Konstantinos - 30.05.2015, 14:42
Re : Small problem - by AlexBlack - 30.05.2015, 14:51

Forum Jump:


Users browsing this thread: 1 Guest(s)