Please help me !
#1

Hello! Once I click on a menu that say this picture disappears http://imageshack.us/photo/my-images/4/samp005rc.png/ everything and sent to a player. I can not choose weapons, location and other options. The same happens when GarHouse 2.0. Please help me to fix it. Thanks in advance to all who answered to the topic.
Reply
#2

I don't get what you mean.. Do you mean when you "Select" something in the dialog picture you've posted, the dialog box disappears ?
Reply
#3

Do exactly what I mean .. If you help me I would be very grateful!
Reply
#4

All OnPlayerDialogResponse callbacks must return 0.
Reply
#5

If it is in fashion, I do not show it or not there?
Reply
#6

pawn Код:
OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
//ALL CODE HERE...
return 0; // <-  Dialogresponse callback must return 0 on ALL scripts you use.
Reply
#7

@Blood :
Then how come the fresh script ( Pawno > New ) gives you these lines ?

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    return 1;
}
Reply
#8

https://sampwiki.blast.hk/wiki/OnDialogResponse

Read before attempting to troll me.
Reply
#9

Don't work :@ Help ?
Reply
#10

Assure that dialog numbers are not conflicting.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)