SA-MP Forums Archive
Help for big problem ! - 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)
+--- Thread: Help for big problem ! (/showthread.php?tid=286846)



Help for big problem ! - dundolina - 30.09.2011

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.

Video : http://vbox7.com/play:66bd252bcf


Re: Help for big problem ! - Kingunit - 30.09.2011

Code? Script? ...


Re: Help for big problem ! - dundolina - 01.10.2011

In this duel of showing what the problem .. Otherwise all such filescripts menu, so this is bug and disappears .. Tell me what you need ..


Re: Help for big problem ! - Kayaque - 01.10.2011

Just a shot in the dark here, but do you return 0 in your filterscripts/gamemode? If you don't they tend to bug up. Make sure you dont return 1 in any scripts, if you are using dialogs in several.


Re: Help for big problem ! - dundolina - 02.10.2011

Can you tell me how to do it to retrun 0 ?


Re: Help for big problem ! - dundolina - 02.10.2011

Someone help me?


Re: Help for big problem ! - Jafet_Macario - 02.10.2011

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    // Do your dialogs codes
    return 0;
}



Re: Help for big problem ! - dundolina - 02.10.2011

Where is this ?


Re: Help for big problem ! - BlackStones - 02.10.2011

its under of this in your pawn
pawn Код:
public OnVehicleStreamOut(vehicleid, forplayerid)
{
    return 1;
}
+ under of this in the end of pawn:
pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
    return 1;
}



Re: Help for big problem ! - dundolina - 03.10.2011

I give you gamemode and you add this ? Please ?