[GameMode] Basic Roleplay Script [Scratch][First]
#1

Basic Roleplay Gamemode
By Spydah from Scratch
Not being developed anymore


This Gamemode is Located in El Quabrados
Well, firstly I wan't to say, thank you for looking at this thread, I've worked a long time on this and this is my first gamemode from scratch.
I've started my scripting career with editing existing scripts to learn and learn, these days I still look at tutorials and other scripts to fix bugs and get ideas for mine.

Once again, Thank you!


First Steps:
  1. Place the gamemode and scriptfiles in your server map.
  2. Edit the Gamemode line at server.cfg in your server map.
  3. Start the server and register.
How Do I make myself admin?
Go to Accounts in your scriptfiles folder.
Click on your name and set AdminLevel to 5.

Features:
Several General Roleplay Commands.
Admin System
Faction System 10% Completed.
Gang System 1% Completed.
DMV System.
PD/DMV Cars.
Register and Login in a Dialog.
Save system
Some nice mappings in town.

What does it save?:
Password, FullyRegistered, Age, Gender, LastSkin, Money, Car License, Health, Armour, LastIP , AdminLevel, Banned, TimesKicked, TimesBanned, LastX, LastY, LastZ, LastA.

Normal Player Commands:
Code:
/me, /do, /b, (/s)hout, (/w)hisper, /help, /admins, /getlic, /stats, /accept (gang/faction).
Admin Commands:
Code:
Admin Level 1: /kick, /ban, /goto, /setvirtualworld.
Admin Level 2: /get.
Admin Level 3: /gotopos.
Admin Level 4: /makegangleader, /makeleader, /resetgang.
Admin Level 5: /makeadmin, /gmx, /set.
Admin Ranks:
  1. Moderator
  2. Administrator
  3. Administrator
  4. Head Administrator
  5. Management
What isn't done yet?:
  1. Faction System.
    1. Faction Commands (ALL)
    2. HQ's/duty points.
  2. Gang System
    1. Leader Editing System.
    2. Gang Commands (ALL)
  3. Bank System.
  4. ID system.
  5. Phone System.
Bugs:
/gmx is bugged, won't save the player's data.

If you found anymore bugs, go to www.spydahsgm.tk and report it.



Do you have suggestions? Go to www.spydahsgm.tk and create one!


Credits:
****** for his impressive sscanf, Y_INI and foreach.
ZeeX for his ZCMD.
Spydah for the gamemode creation.
Reply
#2

Nice gamemode rep
Reply
#3

Thank you
Reply
#4

Thanks for releasing it.

+REP.
Reply
#5

Nice one +rep!
Reply
#6

Thank you very much, both.
Reply
#7

nice one, keep it up!
Reply
#8

Thank you!
Reply
#9

nice gamemode i may use it
Reply
#10

Thank you!

Visit www.spydahsgm.tk for suggestions/bug and the changelog!
Reply
#11

Why not.. just make a bug reporting site..?!
Reply
#12

It's for all the gamemodes i'm working on, changelog, suggestions and bug reports.
Reply
#13

Quote:
Originally Posted by ErrorFree1
Посмотреть сообщение
95.47.140.77:7779 join us need members, we have many factions and all!,

and we need players! please join us


American Roleplay Team.
you should be banned!
Reply
#14

Nice script!
Reply
#15

Thank you
Reply
#16

Look really great!
Reply
#17

Thanks! I'll be needing suggestions!

And this is my first gamemode from scratch, I've actually worked allot on this, almost all the free-time I had.

So once again, for ya'll Thank you very much!
Reply
#18

I created a Admin Chat System, and here you go:

Quote:

stock SendAdminMessage(color,string[])
{
foreach (Player,i)
{
if(PlayerStat[i][AdminLevel] > 0)
{
SendClientMessage(i,color,string);
}
}
return 1;
}

COMMAND:a(playerid, params[])
{
new str[128], message[128];
if(PlayerStat[playerid][AdminLevel] < 1) return SendClientMessage(playerid, GREY, "You can't use this command.");
if(sscanf(params,"s[128]", message)) return SendClientMessage(playerid, GREY, "USAGE: /a [admin message]");
format(str, sizeof(str), "{FF0000}[Admin] %s says: %s", GetOOCName(playerid), message);
SendAdminMessage(RED, str);
return 1;
}

missing plugins: Whirlpool sscanf streamer
Reply
#19

I'm sorry but I won't take the script, I will create this GM all by myself, you may edit the gaemmode as much as you want but don't re-release it.
Reply
#20

very nice, waiting for updates version
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)