Help for big problem !
#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.

Video : http://vbox7.com/play:66bd252bcf
Reply
#2

Code? Script? ...
Reply
#3

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

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

Can you tell me how to do it to retrun 0 ?
Reply
#6

Someone help me?
Reply
#7

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

Where is this ?
Reply
#9

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;
}
Reply
#10

I give you gamemode and you add this ? Please ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)