TextDrawMenu help
#1

Using [this] include, the textdraw doesn't appear, but when I pick a number it works as if it was there.

Command:
PHP код:
CMD:fmenu(playeridparams[])
{
    if(
IsPlayerInRangeOfPoint(playerid52161.6831,-103.7122,2.7500))
    {
        new 
string[360];
        
HideTDMenu(playerid);
        
ShowTDMenu(playeridTD_FISHSHOP "Fishing Menu"73);
        
ShowTDMenuItems(playerid1" ""~b~1. ~w~ Bait -  ~g~$50 Each"" ");
        
ShowTDMenuItems(playerid2" ""~b~2. ~w~ 5 Baits - ~g~$200"" ");
        
ShowTDMenuItems(playerid3" ""~b~3. ~w~ 20 Baits - ~g~$750"" ");
        
ShowTDMenuItems(playerid4" ""~b~4. ~w~ Sell One Fish"" ");
        
format(stringsizeof(string), "~b~5. ~w~ Sell All Fish - ~g~$%d"FishCostAll(playerid));
        
ShowTDMenuItems(playerid5" "string" ");
        
format(stringsizeof(string), "                You have ~b~%d~w~ bait Left"ownBaits[playerid]);
        
ShowTDMenuItems(playerid6" "string" ");
    }
    return 
1;

Reply
#2

TD editor very easy for you
Reply
#3

Quote:
Originally Posted by Winners2005
Посмотреть сообщение
TD editor very easy for you
What are you trying to say?
Reply
#4

bump
Reply
#5

Isn't it ShowTextDrawMenu or you've defined ShowTDMenu as ShowTextDrawMenu ?
Reply
#6

I changed it manually on the include, idk why. I could reset it tho, if that's the problem
Reply
#7

Quote:
Originally Posted by NealPeteros
Посмотреть сообщение
I changed it manually on the include, idk why. I could reset it tho, if that's the problem
Can you send the include in pastebin? I wanna have a look at your edited things.
Reply
#8

I made alot of changes

[PASTEBIN]
Reply
#9

Which changes?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)