[READ-ME] Before requesting content.

Started by NicusorN5, Feb 26, 2019, 05:52 PM

Previous topic - Next topic

NicusorN5

I'm going to keep this short and simple.

1.) Stop copy-pasting the scripts directly. It makes your code unreadable and confusing. Use [code][ /code] without the space  between the [ and / . Example:

This is bad:
player.Cash += 5000 + rand() % 5000;

This is good
player.Cash += 5000 + rand() % 5000;
2.) No one wants to fix your broken leaked and stolen pieces of code. You better go start learning to write code correctly. There are some links to get started.

There are some links to get you started... (Yes learning other languages is a great practice)

https://www.sololearn.com/

http://squirrel-lang.org/squirreldoc/

https://www.youtube.com/watch?v=vLnPwxZdW4Y

3.) Don't make thread titles like : I wants scripst pls pls pls help me fast cuz imma gonna die if i get no scripts :((((or
Pls scripts help
Writing forum threads like this makes you look like an absolute retard.

4.) If a plugin like the MySQL, INIParser or SQLite isn't loading , then stop making your server.

So, please newbies, keep these rules in mind.

DizzasTeR