SA-MP Forums Archive
Step to create a House System - 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: Step to create a House System (/showthread.php?tid=494933)



Step to create a House System - anou1 - 15.02.2014

Hi,


I've been looking here for a mysql house system, but there are outdated:

So I decided to create my own, but I don't know where to start, I did an enum with things I think will be needed but that's all I done.

What should I know before start a mysql house system ?
Thank you


Re: Step to create a House System - redneckvideogamer - 15.02.2014

Check that out: http://forum.sa-mp.com/showthread.ph...e+house+system

You can start from there and modify it, but if you do do not forget to give credits to the author of the tutorial


Re: Step to create a House tSystem - RajatPawar - 15.02.2014

You should touch up on these topics before attempting any house system - working with enums, basic MySQL queries (''SELECT, UPDATE, INSERT'') statements, commands and loading/saving data with cache queries. I'd suggest, looking for iPLEOMax's tutorial on enums, AndreT's tutorial on caching and general tutorials on MySQL. Then you could get a INI house system and try converting it to MySQL instead of building one from scratch directly. I believe that works best for learning instead of copy-paste.