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



Dynamic :) - Ehab1911 - 03.10.2011

Hello,

How do people here create Dynamic stuff?(Systems, or setting In-Gamemode lines just from game etc)

I really want to learn how to do this, Could you tell me?

Thanks a lot.


Re: Dynamic :) - Kingunit - 03.10.2011

This will help I think so.


Re: Dynamic :) - [L3th4l] - 03.10.2011

I first start off with an enum to store all my variables. I then move into the saving/loading of the system. I will then make commands modifying the system's variables then /save it.

If you want, you can check my previous work


Re: Dynamic :) - Tigerkiller - 03.10.2011

ehm for dymanic systems you will need enums
with enums you can set ingame datas and load / save them


Re: Dynamic :) - SuperViper - 04.10.2011

Quote:
Originally Posted by Tigerkiller
View Post
ehm for dymanic systems you will need enums
with enums you can set ingame datas and load / save them
You don't need enums, they're just more organized.


Re: Dynamic :) - Ehab1911 - 04.10.2011

Alright thanks a lot! But, I am still wondering how to make more stuff dynamic.. I really want to go deep through this.

Thanks in advance!