SA-MP Forums Archive
Weird Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Weird Question (/showthread.php?tid=653705)



Weird Question - HoNEYKISS - 10.05.2018

Hi,I really wanted to ask a question.
Can't someone make 1 include which will have every other include in it for example 1 include which will contain both ZCMD and DINI and we will be able to #include them both with one include
e.g.
#include <Dinizcmd>


Re: Weird Question - Freaksken - 10.05.2018

You can do that yourself really easy. Have a look at a_samp.inc for an example.


Re: Weird Question - Variable™ - 10.05.2018

Bad idea in general... Some includes need to be included before some others, and if you want to update an include you'd keep replacing and there's a possibility of mistakes, which wouldn't be 'small'... don't even bother..


Re: Weird Question - JakeXxX - 10.05.2018

Quote:
Originally Posted by DBZdabIt3Bro7
Посмотреть сообщение
easier solution: don't use includes.


dont even bother using anything that someone else has done, code it yourself.
Easier solution, go back to Stone Age and re-create the entire world.


Re: Weird Question - jasperschellekens - 11.05.2018

Quote:
Originally Posted by DBZdabIt3Bro7
Посмотреть сообщение
easier solution: don't use includes.


dont even bother using anything that someone else has done, code it yourself.
easyer said then done. Not everyone has this ability.


Re: Weird Question - HoNEYKISS - 12.05.2018

I'll just stay in basics