SA-MP Forums Archive
[GameMode] Basic Roleplay Script [Scratch][First] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Basic Roleplay Script [Scratch][First] (/showthread.php?tid=477729)

Pages: 1 2


Basic Roleplay Script [Scratch][First] - Spydah - 25.11.2013

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.
Download!



Re: Basic Roleplay Script [Scratch][First] - [L]azy[H]aze - 26.11.2013

Nice gamemode rep


Re: Basic Roleplay Script [Scratch][First] - Spydah - 26.11.2013

Thank you


Re: Basic Roleplay Script [Scratch][First] - Joy_Freed - 26.11.2013

Thanks for releasing it.

+REP.


Re: Basic Roleplay Script [Scratch][First] - Ninad - 26.11.2013

Nice one +rep!


Re: Basic Roleplay Script [Scratch][First] - Spydah - 26.11.2013

Thank you very much, both.


Re: Basic Roleplay Script [Scratch][First] - vitalz0r - 26.11.2013

nice one, keep it up!


Re: Basic Roleplay Script [Scratch][First] - Spydah - 26.11.2013

Thank you!


Re: Basic Roleplay Script [Scratch][First] - tboysamp - 27.11.2013

nice gamemode i may use it


Re: Basic Roleplay Script [Scratch][First] - Spydah - 27.11.2013

Thank you!

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


Re: Basic Roleplay Script [Scratch][First] - Sublime - 27.11.2013

Why not.. just make a bug reporting site..?!


Re: Basic Roleplay Script [Scratch][First] - Spydah - 27.11.2013

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


Re: Basic Roleplay Script [Scratch][First] - vitalz0r - 27.11.2013

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!


Re: Basic Roleplay Script [Scratch][First] - finelaq - 27.11.2013

Nice script!


Re: Basic Roleplay Script [Scratch][First] - Spydah - 27.11.2013

Thank you


Re: Basic Roleplay Script [Scratch][First] - BeastGamer - 27.11.2013

Look really great!


Re: Basic Roleplay Script [Scratch][First] - Spydah - 27.11.2013

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!


Re: Basic Roleplay Script [Scratch][First] - Kane - 29.11.2013

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


Re: Basic Roleplay Script [Scratch][First] - Spydah - 29.11.2013

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.


Re: Basic Roleplay Script [Scratch][First] - fonetic - 29.11.2013

very nice, waiting for updates version