SA-MP Forums Archive
Hmh - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Hmh (/showthread.php?tid=104097)



Hmh - MB@ - 22.10.2009

Hmh what is wrong here?

Код:
Teleport = CreateMenu("TeleportMenu",200.0,50.0,180.0,200.0);
Код:
C:\Documents and Settings\Administrator\Desktop\StuntWorld\gamemodes\StuntWorld.pwn(94) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.



Re: Hmh - Imran.Abbas - 22.10.2009

Yeah i got like this manys :/ Thanks for makeing topic hehehe , please help us
Edit : not same Warnings i mean its Warning About [Tag]


Re: Hmh - MB@ - 22.10.2009

Oh i realised waht it is

Код:
Teleport = CreateMenu("TeleportMenu",200.0,50.0,180.0,200.0);
Should be
Код:
Teleport = CreateMenu("TeleportMenu",200,50,180,200);
lol sry for bumping topic


Re: Hmh - yom - 22.10.2009

No it's not:

native Menu:CreateMenu(const title[], columns, Float, Float:y, Float:col1width, Float:col2width = 0.0);

200 columns seems to be a lot, don't you think?

PS: very descriptive title.


Re: Hmh - MB@ - 22.10.2009

Quote:
Originally Posted by 0rb
No it's not:

native Menu:CreateMenu(const title[], columns, Float, Float:y, Float:col1width, Float:col2width = 0.0);

200 columns seems to be a lot, don't you think?

PS: very descriptive title.
Oh i thought the 200 was Float and lol


Re: Hmh - Imran.Abbas - 22.10.2009

Hey! .. i think you know now how to do :] , can you give me some Eazy example :=]


Re: Hmh - MB@ - 22.10.2009

Quote:
Originally Posted by Krys^
Код:
Teleport = CreateMenu("TeleportMenu",200,50,180,200);
Quote:
Originally Posted by 0rb
native Menu:CreateMenu(const title[], columns, Float, Float:y, Float:col1width, Float:col2width = 0.0);
What dont you understand here?


Re: Hmh - Imran.Abbas - 22.10.2009

I see .... but im new on scripting sorry

Well thanks :] i think i know Little :P


Re: Hmh - MB@ - 22.10.2009

Cool


Re: Hmh - IanDaCJ - 30.05.2010

menu suck.. use dialogs