#1

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.
Reply
#2

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

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
Reply
#4

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.
Reply
#5

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
Reply
#6

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

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?
Reply
#8

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

Well thanks :] i think i know Little :P
Reply
#9

Cool
Reply
#10

menu suck.. use dialogs
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)