Not enough actual parameters. Expected 2 params.

Status
Not open for further replies.

r4zvyy

New member
Joined
Oct 26, 2020
Messages
4
Reaction score
0
Location
pula in ma-ta
Hello, i have a problem with a code.

:clancmd
SAMP.IsCommandTyped(0@)
0AC6: 0@ = label @dialog_clancmd offset
SAMP.ShowDialog(12345, "{ffffff}Clan CMD {ff3333}.v4 {ffffff}- {ff3333}V{ffffff}1.0", 0@, "{ff3333}Select", "{ff0000}Exit", 2)
SAMP.CmdRet()

Someone please help with this
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,104
Solutions
5
Reaction score
882
Location
Lithuania
PHP:
:clancmd
SAMP.IsCommandTyped(30@)
0AC6: 0@ = label @dialog_clancmd offset
0B3B: samp show_dialog id 1000 caption "{ffffff}Clan CMD {ff3333}.v4 {ffffff}- {ff3333}V{ffffff}1.0" text 0@ button_1 "{ff3333}Select" button_2 "{ff0000}Exit" style 2
0B43: samp cmd_ret
 

r4zvyy

New member
Joined
Oct 26, 2020
Messages
4
Reaction score
0
Location
pula in ma-ta
PHP:
:clancmd
SAMP.IsCommandTyped(30@)
0AC6: 0@ = label @dialog_clancmd offset
0B3B: samp show_dialog id 1000 caption "{ffffff}Clan CMD {ff3333}.v4 {ffffff}- {ff3333}V{ffffff}1.0" text 0@ button_1 "{ff3333}Select" button_2 "{ff0000}Exit" style 2
0B43: samp cmd_ret
it's the same error
 
Status
Not open for further replies.
Top