SA-MP Forums Archive
[URGENT]Vehicles[UNSOLVED] - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [URGENT]Vehicles[UNSOLVED] (/showthread.php?tid=136604)



[URGENT]Vehicles[UNSOLVED] - cozza123456 - 25.03.2010

I use a vehicle menu that i created, and it works on grandlarc but not on my GM, the vehicles dont spawn when used with my GM.
Why could this be? it is extremely annoying!


Re: [URGENT]Vehicles - playbox12 - 25.03.2010

Quote:
Originally Posted by XxCozzaxX
I use a vehicle menu that i created, and it works on grandlarc but not on my GM, the vehicles dont spawn when used with my GM.
Why could this be? it is extremely annoying!
What can we do without the source?!


Re: [URGENT]Vehicles - cozza123456 - 25.03.2010

Ok, here goes:

its 4000 lines but if ur prepared then ok...

http://pawn.pastebin.com/ayD2988R


Re: [URGENT]Vehicles - cozza123456 - 26.03.2010

maybe a little early but BUMP!


Re: [URGENT]Vehicles - Rac3r - 26.03.2010

Hmmm, that's a lot of code lol

Possible fix :
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
  return 0;	
}
Add the above to your 4000 line gamemode.


Re: [URGENT]Vehicles - cozza123456 - 26.03.2010

its not just the menu, plus, the menu isnt a dialog. Certain vehicles dont work.


Re: [URGENT]Vehicles - Oxside - 26.03.2010

Maybe a invaild vehicle id?


Re: [URGENT]Vehicles - cozza123456 - 26.03.2010

Nope, its a problem in my GM.

Maybe a missing return?


Re: [URGENT]Vehicles - Oxside - 26.03.2010

yeah then you need to search really good.
Are you sure youc opied evertything right?


Re: [URGENT]Vehicles - Rac3r - 26.03.2010

Ahh it's a menu? Old type menu? ewwwww. Dialog ftw.

You will get problems mixing a menu from GM and Filterscript. It's like when Xtreme released his admin filterscript, loads of gamemodes were conflicted.