SA-MP Forums Archive
Including a gamemode - 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: Including a gamemode (/showthread.php?tid=181647)



Including a gamemode - Danielo - 06.10.2010

Hello, i got a question.
Is there a way to include a gamemode to a filterscript?
without fully merging it
I got a vehicle system FS and a roleplay gamemode and everytime i want to buy a car my money gets back to the old.
I think its because on my gamemode i got server side money.
is there a way to include it? like
#include (gamemode)?
Also if there's other way to do it answer here please.

Thanks already.


Re: Including a gamemode - Hash [NL-RP] - 06.10.2010

Why dont you add you server sided cash to the FS to ?

E.g. if you use GivePlayerServerCash in script then simply replace GivePlayerMoney with it in the script
and fix the stocks, publics ect.


Re: Including a gamemode - Danielo - 06.10.2010

Hey i'd pm you something . Hash answer me please .