29.08.2011, 11:49
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:
Pastebin URL: http://pastebin.com/mF1PQ1VT
Do not use this as a gamemode, it requires to be worked on a lot!
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
pawn Code:
#include <a_samp>
#include <dini>
#include <sscanf2>
#include <zcmd>
#include <streamer>
Do not use this as a gamemode, it requires to be worked on a lot!