SA-MP Forums Archive
GarHouse 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: GarHouse problem (/showthread.php?tid=342481)



GarHouse problem - Sajeevan - 13.05.2012

When i created a house, and enter the chechpoint, then a dialog pops up, and when i click Buy, nothing happens.


Re: GarHouse problem - Face9000 - 13.05.2012

Usually using the same dialogs IDs may interfer with other dialogs that you're currently using.

Check if the GarHouse dialogs IDs are not same that you have in your gamemode.


Re: GarHouse problem - Sajeevan - 13.05.2012

And what dу look after, to see if they have the same id?


Re: GarHouse problem - Face9000 - 13.05.2012

OnDialogResponse,check:

pawn Код:
if(dialogid == YOUR_DIALOG_ID)
If the dialog id is the same,change it.


Re: GarHouse problem - Sajeevan - 14.05.2012

It don't have the same ID

Код:
if(dialogid == HOUSEMENU+60)
Код:
if(dialogid == DIALOG_LOGIN
I need help

the is GarHouse v1.3

When i used GarHouse v2.0, and tried to create a house, its says the intrior dont exist..


Re: GarHouse problem - [A]ndrei - 19.07.2012

Make you sure got the intrioirs also return it as Return 0 Because its dialogs dont return as 1...
manin point
pawn Код:
filterscripts GarHouse fs2 fs3 fs4 fs5 fs6 fs7 fs8 fs9 fs10 bla bla bla



Re: GarHouse problem - Devilxz97 - 19.07.2012

do u have whirlpool ?