button bug
#1

Hi i have problem: when i download some mod for example (Sell drugs dialog - ARE YOU SURE?) and when i click on the YES button, it show nothing, also in other FS, what im missing
Reply
#2

allways return 0; ondialogresponse

make sure ondialogresponse return 0 in all of your scripts

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    return 
1;

Reply
#3

Quote:
Originally Posted by Lokii
Посмотреть сообщение
allways return 0; ondialogresponse

make sure ondialogresponse return 0 in all of your scripts

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    return 
1;

i need zcmd or something like these for working dialogs?
Reply
#4

Quote:
Originally Posted by Philip123
Посмотреть сообщение
i need zcmd or something like these for working dialogs?
i think you need a zcmd for that
Reply
#5

Quote:
Originally Posted by Philip123
Посмотреть сообщение
i need zcmd or something like these for working dialogs?
zcmd is for commands not dialogs
Reply
#6

But here isnt ONDIALOGRESPONSE
Reply
#7

you just need to learn to code.
there isn't other simplier way its like learning new language, what has its own rules.
Reply
#8

If it doesn't work, then find another. Obviously what you downloaded wasn't a good setup.
Reply
#9

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
If it doesn't work, then find another. Obviously what you downloaded wasn't a good setup.
But all FS from every good scripter isnt working IG, but when I complile, no error.
But ig it load, then dialog with mod (ARE U SURE U WANT BUY DRUG FOR 300)
??) I press YES and nothing happen next
Reply
#10

You think they're good, but if all the filterscripts are failing, then they don't know how to actually use callbacks, or you've set them up wrong.

You need to post up what it is you've got, otherwise there's nothing for us to do other than to speculate.



Seriously though, if they're all not working, then that's some serious problem there.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)