• Welcome to Vice City Multiplayer.
 

[RELEASED][RPG] Gamemode

Started by heekz.shadow, January 06, 2011, 06:33:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

heekz.shadow

Those weeks I will release a RPG Gamemode with some functions:





  • Special COP CLASS [SE:PD] Designed for freestyle server...
  • Killing a cop or a innocent guy reward a 2 wanted levels for innocent and 4 for cop
  • SetGrav,SpawnVehicle, general used functions
  • Drug buying,using
  • Cuff,bust,suspect
  • Cop cars are restricted for [SE:PD]
  • Emergency suits for [SE:PD] and special features
  • Wanted Level Shower


  • Scripters:
  • Me ;)

Nothing stolen from other scripts!

LINK = http://www.mediafire.com/?jesmszs0fwaaan8


Pro Scripter[/b][/i][/u]

Robd

Hello, this is Robd from the past.
If you are seeing this I have either posted something stupid, forgotten something, started a stupid topic, or a combination of the three.

Please forgive us for this mistake.

Regards, management

FREESTLYE_WILSON



heekz.shadow

#4
1 WEEK TILL RELEASING!

a lil'preview ;)

#include <a_vcmp>
#include <core>
#include <float>
#include <Dini>
#include <dudb>
#pragma tabsize 0
#define divide(%0 / %1);

new Float:SpikePos[4];
new setspike;
new timer1;
new Nails[MAX_PLAYERS];
new hplayerid;


enum SavePlayerPosEnum
{
    Float:LastX,
    Float:LastY,
    Float:LastZ
}

new SavePlayerPos[MAX_PLAYERS][SavePlayerPosEnum];

new Float:CurPos[4];
new Float:OldPos[4];

enum ReadPositions{Float:ReadX,Float:ReadY,Float:ReadZ
}
new LuX_ReadPlayerPosition[MAX_PLAYERS][ReadPositions];
new Float:VehPosX[MAX_VEHICLES], Float:VehPosY[MAX_VEHICLES], Float:VehPosZ[MAX_VEHICLES];

#define MAX_SPIKESTRIPS 5

new IsLogged[MAX_PLAYERS];
new stealthmode[MAX_PLAYERS];
new undercover[MAX_PLAYERS];
new brobber[256];
new swatsuit[MAX_PLAYERS];
new adv[MAX_PLAYERS];
new onduty[MAX_PLAYERS];
new keycardp;
new value;
new pveh[MAX_PLAYERS];
new rob[MAX_PLAYERS];
new emp;
new empvalue;
new drugs[MAX_PLAYERS];
new buydrugs[MAX_PLAYERS];
new sp=0;
new jailedname[256];
new ajailname[256];
new nj;
new dj;
new bankrobbed;
new robber[MAX_PLAYERS];
new detain[MAX_PLAYERS];
new emallow;
new spikeloc;
new rrob;
new prob;
new phrob;
new kvl;
new claim;

// DCMD
#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1



enum Info
{
AFK,
Muted,
Warned,
Wanted,
AdminLevel,
Cash,
}

new PlayerInfo[MAX_PLAYERS][Info];




///////////// NEWS
new pKills[MAX_PLAYERS];
new pDeaths[MAX_PLAYERS];


#define RED 0xF20000FF

new Rampage[MAX_PLAYERS];
new count;
new fsrc;

static szGameModeName[128] = "RPG v0.1";
static szGameModeAuthorName[128] = "[RAF]Shadow";

#define PlayerFile        "Info/Users/%s.ini"
#define COLOR_GREY 0xCCCCCCAA
#define COLOR_GREEN 0x33AA33AA
#define COLOR_ORANGE 0x33AA33AA
#define COLOR_RED 0xFF0000AA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_BLUE 0x00FFFFAA
#define BLUE 0x00FFFFAA
#define COLOR_LIGHT_RED 0xFF0000AA
#define COLOR_LOW_BLUE 0x99CCCCAA
#define COLOR_LIGHT_GREEN 0x00FF00AA
#define COLOR_LIME 0x00FF00AA
#define VERZUI 0x99FF66AA
#define COLOR_PINK 0xFFCCFFAA
#define COLOR_MOV 0x9900FFAA
#define COLOR_LIGHT_BLUE 0x00FFFFAA
#define COLOR_PORTOCALIU 0xFFCC99AA
#define pink 0xFFCCCCAAAA
#define INACTIVE_PLAYER_ID 255
#define COLOR 0xFFFF00AA
#define PresidentFile "Server/President/Presidents.ini"
#define CopsFile "Server/Cops/Copsrank.ini"
#define PlayerFile "Users/%s.ini"


This is just the upper sectionm,without enums and rand vars =)


Pro Scripter[/b][/i][/u]

yazeen

you forgoty !rob and !plantbomb

here ill explain using !rob near a person to rob him u get 5 wanted stars reward  ;D

!plantbomb is a command for inside car using it has passenger and driver will blow up the car

!plantbomb cmd is easy SetVehicleHealth(GetPlayerVehicleId,(playerid),0);

8) 8) 8) Hey Shadow Bye The way i lov the server

aXXo

You also need to lock the car after plantbomb, or the player will easily exit the car and run...

heekz.shadow

It's also made.Im just workin out the last things


Pro Scripter[/b][/i][/u]

Aldo

Quote from: heekz.shadow on January 06, 2011, 06:33:53 PM
Nothing stolen from other scripts!

static szGameModeName[128] = "RPG v0.1";
static szGameModeAuthorName[128] = "[RAF]Shadow";

Quote from: GUPS 1.16
static szGameModeName[12] = "GUPS v1.16a";
static szGameModeAuthorName[37] = "Falcon, Tamas, Xerxes, PlayerX, Boss";
Paruni VC:MP Leader
Join Today: 178.63.52.144:5193
The Only Pawn Server With Clan Protection

heekz.shadow

Never thaught about it :)). I just downloaded it and modified it :)). This script came with the server and it was just a begginer script.I just used the statics and maybe you'll find some other caracteristics but they dont influentate the script in any way...


Pro Scripter[/b][/i][/u]

BIG[H]

My Guru FORUM MUST VISITmegavcmp.freeforums.org

BIG[H] = BIG HaLL

heekz.shadow

Stop calling me nub or however you take,Im more experienced than you! And you know you are not able to defeat me in scripting.

Yazeen.... Yazeen... Yazeen...

The /c plantbomb isnt so simple.

It rigs the car,after you exit it. When another person enters the car,he is locked there and he will burn in silence...

Anyway... Here is the LINK: http://www.mediafire.com/?jesmszs0fwaaan8

Don't blame me so hard its my first release.

Files in it:

Moo Mapper ( powerful tool for pickups )
scriptfiles
filterscripts
gamemodes
pawno


Pro Scripter[/b][/i][/u]

yazeen

shadow i lov ur scripts sorry for what is said

You are awesome
* yazeen smiles

heekz.shadow

No problem,

Im just worried that it will give bugs :(.

heekz.shadow shuts up and rolls his eyes.


Pro Scripter[/b][/i][/u]

Castagna96

WHAT THE HECKKKK ??? ???...are hek modes there OMG well thanks = ;D ;D