08.07.2013, 22:13
So guys , I'd like to create my own RP gamemode - but I dont know what the important thing to be created/script first - Indeed, now I can successfully create Register/Login sytem and some cmd - any suggstion SENIOR ?

Get the basic dynamics onto it (/me's and /do's commands). Then work your way through everything else that would be required/needed.
|
Just do as I do, create a time schedule. (This is taking it real slow though, to perfect it and what not, just take your time in everything for it to be great)
On the first day, create a login/registration system, make sure it's nice and not so buggy. Second day, proceed to the tutorial/RP quiz. Third day, you've now the freedom to start scripting systems, and fundementals to your server (Admin system, job system, gang system, faction system, chat system, hospital system etc etc) - Just make a notepad with everything needed, and then sort them out the way you want to, for example I like to start with the ones more time consuming and hard to get them out of the way, then the rest is easy, hope this helps. |
{ ShowPlayerDialog(playerid, 3, Dialog_STYLE_LIST, "What is OOC ?", "Out Of Characther \nOil Or Chill \nOut Of Community", "Proceed", "Quit"); return 1; } |
else { switch(dialogid) { case 3: if(!response) { SendClientMessage(playerid, BLUE, "You select LEAVE, you have been kick automaticly!"); Kick(playerid); return 1; } switch(listitem) { case 0: { if(!reponse) SendClientMessage(playerid, Yellow, "Correct!"); } else if(!respone) { case 1: { SendClientMessage(playerid, RED, "Wrong!"); Kick(playerid): } else if(!response) { case 2: { SendClientMessage(playerid, RED, "Wrong!"); Kick(playerid): } } } return 1; } |
Just take my advice, creating another roleplay server/script will be a waste of time. Why? Because it is too mainstream there are lots of RP servers and barely any players are joining the servers. Only the populated servers stay alive, I would say be creative and come up with a very original idea. People like it. |