Posts: 446
Threads: 66
Joined: Mar 2008
Reputation:
0
Just wondering as to what order everyone does things?
I tend to start off listing what kind of things I want to be made and make a list. Then I begin with the registration and login system before moving onto the admin system.
How do you do things? (Unique Scripts Only)
Posts: 1,045
Threads: 150
Joined: Oct 2013
Reputation:
0
When I think of doing a unique script I am trying to get a unique idea of how the gamemode will play out, and I tend to start with the registration and login system and then just do the basic features, if you want to make a unique script just make something no one has ever thought of making before and create it.
Posts: 36
Threads: 5
Joined: Jun 2015
Reputation:
0
There is no such thing as unique script,
SAMP is filled with kids that steal leaked scripts,or run a server on a released script
Posts: 687
Threads: 35
Joined: Oct 2014
Reputation:
0
Im I'm making a script from scratch right now..
Anyways, I get started by picking all variables/data storages and make something out of that
Lay out (organizing) > enum/variables > login/register
Posts: 241
Threads: 8
Joined: Dec 2014
Reputation:
0
Just create a thing which can not be seen at other sevets, like blader system
Posts: 63
Threads: 6
Joined: May 2010
Reputation:
0
First you build a solid framework. Then you implement features, such as accounts and so on. If you're half creative though you can just put a lot of creative features into your gamemode and say it's unique. That's worthless without the proper framework to correctly handle the features.