[GameMode] Basic Roleplay Script - 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 (
/showthread.php?tid=279847)
Basic Roleplay Script -
Jack_Wilson - 29.08.2011
Basic Roleplay Script
I'm tired of seeing so many stupid godfather edits, so I've decided to release this so that players will get the idea how to make a large roleplay script. I know it's not a perfect script but still, I loved developing the script, I'm going to move to SQL probably. The roleplay script I have provided is VERY basic, and does not have many features but is a good script to start off because it has:- A very BASIC job system (Arms Dealer and Mechanic)
- One Material Point for Arm Dealer, with checkpoints
- A basic antispam command system.
- A user management system using Dini & Dialogues
- The script is based in Las Venturas, I stopped developing because I lost interest in it
- Easy configuration of the location of the Arms Dealer Job point etc.
- A very basic vehicle system included in the UDB system
- Local Chat (including: /ooc, /b, /me
- Saving of Position, Health, Armour, Materials, Packages
Required includes:
pawn Code:
#include <a_samp>
#include <dini>
#include <sscanf2>
#include <zcmd>
#include <streamer>
Pastebin URL: http://pastebin.com/mF1PQ1VT
Do not use this as a gamemode, it requires to be worked on a lot!
Re: Basic Roleplay Script -
jad621 - 29.08.2011
Nice good job
Re: Basic Roleplay Script -
FireCat - 29.08.2011
Nice and simple
Re: Basic Roleplay Script -
[GTA]AmericanGangster - 29.08.2011
nice GM!
Re: Basic Roleplay Script -
Soumi - 29.08.2011
Good Job.
Re: Basic Roleplay Script -
linuxthefish - 29.08.2011
hey lets all have fucking /b /o /occ /l penis commands cos every fucking 4000 other SHIT servers have them.
Re: Basic Roleplay Script -
Davz*|*Criss - 29.08.2011
Great! Keep it up.
Re: Basic Roleplay Script -
Darnell - 29.08.2011
Good job.
Re: Basic Roleplay Script -
Luis- - 29.08.2011
Quote:
Originally Posted by linuxthefish
hey lets all have fucking /b /o /occ /l penis commands cos every fucking 4000 other SHIT servers have them.
|
I agree, it's annoying...
Re: Basic Roleplay Script -
Jack_Wilson - 29.08.2011
Quote:
Originally Posted by linuxthefish
hey lets all have fucking /b /o /occ /l penis commands cos every fucking 4000 other SHIT servers have them.
|
Not to mention, 80% of those servers are ALL edits/leeched gm's.
Quote:
Originally Posted by NiZ
Nice, but dini? Dini is ofcourse good but kinda old and there is more options already like y_ini
|
I never said Dini was the best lol, in my future scripts I plan to use y_Ini or SQL.
Everyone thanks for your feedback.