Adding houses/businesses/objects Ingame? -
InActtive™ - 20.12.2011
Hi. I'm creating a Roleplay Script, and I was wondering what do I need to add objects ingame and things like houses and businesses ingame?
Also, is it possible I make changes to the script without /gmx? D:
Re: Adding houses/businesses/objects Ingame? -
Eric - 20.12.2011
Making changes to the script without doing a GMX is not possible, unless you're using filterscripts. You can load and unload filterscripts using an rcon command.
As for the houses, and businesses in-game, you'd need to make it dynamic by using either dini, or mysql.
There are a few filter-scripts available that you could use as a base and go off of.
Re: Adding houses/businesses/objects Ingame? -
InActtive™ - 20.12.2011
Quote:
Originally Posted by Eric
Making changes to the script without doing a GMX is not possible, unless you're using filterscripts. You can load and unload filterscripts using an rcon command.
As for the houses, and businesses in-game, you'd need to make it dynamic by using either dini, or mysql.
There are a few filter-scripts available that you could use as a base and go off of.
|
Thanks for the reply. I was wondering if you can name a good filterscript for the housing and objects please?
Re: Adding houses/businesses/objects Ingame? -
-Rebel Son- - 20.12.2011
Quote:
Originally Posted by Eric
Making changes to the script without doing a GMX is not possible, unless you're using filterscripts. You can load and unload filterscripts using an rcon command.
|
You can to if you've made a function to change such things.
Re: Adding houses/businesses/objects Ingame? -
CoaPsyFactor - 20.12.2011
Quote:
Making changes to the script without doing a GMX is not possible, unless you're using filterscripts. You can load and unload filterscripts using an rcon command.
|
of course its possible, my whole gamemode is dynamic, and no fs, i can create house, faction(and everything for faction), business, 24/7 store, vehicle dealership, jobs, bank, atm, speedcam, everything you need you can add in game
Re: Adding houses/businesses/objects Ingame? -
davve95 - 20.12.2011
I have see a map editor in game I can see if I can find any: [ame]http://www.youtube.com/watch?v=vYu1Okk_STA[/ame]
[ame]http://www.youtube.com/watch?v=NKCYUWGTSSA[/ame]
https://sampforum.blast.hk/showthread.php?tid=297187
https://sampforum.blast.hk/showthread.php?tid=281594
http://www.******.se/search?sclient=...ame+map+editor
Re: Adding houses/businesses/objects Ingame? -
Eric - 21.12.2011
By changing the script, I was assuming he meant the actual physical gamemode's script, not in-game assets.