Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => ShowRoom (pawn) => Topic started by: heekz.shadow on January 06, 2011, 06:33:53 PM

Title: [RELEASED][RPG] Gamemode
Post by: heekz.shadow on January 06, 2011, 06:33:53 PM
Those weeks I will release a RPG Gamemode with some functions:






Nothing stolen from other scripts!

LINK = http://www.mediafire.com/?jesmszs0fwaaan8
Title: Re: [RPG] Gamemode
Post by: Robd on January 24, 2011, 10:57:52 PM
Nice, good luck.
Title: Re: [RPG] Gamemode
Post by: FREESTLYE_WILSON on February 09, 2011, 09:53:23 PM
yea that was nice script ;)
Title: Re: [RPG] Gamemode
Post by: shivambansal on February 10, 2011, 03:46:02 AM
cool 8)
Title: Re: [RPG] Gamemode
Post by: heekz.shadow on February 13, 2011, 09:36:29 AM
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 =)
Title: Re: [RPG] Gamemode
Post by: yazeen on February 17, 2011, 05:25:37 PM
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
Title: Re: [RPG] Gamemode
Post by: aXXo on February 19, 2011, 08:40:22 AM
You also need to lock the car after plantbomb, or the player will easily exit the car and run...
Title: Re: [RPG] Gamemode
Post by: heekz.shadow on February 27, 2011, 06:39:25 PM
It's also made.Im just workin out the last things
Title: Re: [RPG] Gamemode
Post by: Aldo on March 02, 2011, 08:13:00 PM
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";
Title: Re: [RPG] Gamemode
Post by: heekz.shadow on March 02, 2011, 08:26:26 PM
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...
Title: Re: [RPG] Gamemode
Post by: BIG[H] on March 03, 2011, 04:30:37 PM
nub release it now!
Title: Re: [RPG] Gamemode
Post by: heekz.shadow on March 03, 2011, 06:10:46 PM
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 (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
Title: Re: [RELEASED][RPG] Gamemode
Post by: yazeen on March 04, 2011, 02:15:15 PM
shadow i lov ur scripts sorry for what is said

You are awesome
/me smiles
Title: Re: [RELEASED][RPG] Gamemode
Post by: heekz.shadow on March 04, 2011, 05:40:30 PM
No problem,

Im just worried that it will give bugs :(.

heekz.shadow shuts up and rolls his eyes.
Title: Re: [RELEASED][RPG] Gamemode
Post by: Castagna96 on March 05, 2011, 05:10:06 AM
WHAT THE HECKKKK ??? ???...are hek modes there OMG well thanks = ;D ;D
Title: Re: [RELEASED][RPG] Gamemode
Post by: heekz.shadow on March 05, 2011, 06:39:45 AM
No problem BUT!

If I find any server copying my name [R2] Legendary RPG or using my scripts without my credits,I will delete the link,request closing topic.
Title: Re: [RELEASED][RPG] Gamemode
Post by: Castagna96 on March 05, 2011, 06:59:39 AM
plz help me in the pickups again plz look at my post and see it plz!!! ;D ;D ;D
Title: Re: [RELEASED][RPG] Gamemode
Post by: heekz.shadow on March 05, 2011, 10:58:42 AM
Solved.
Title: Re: [RELEASED][RPG] Gamemode
Post by: yazeen on March 05, 2011, 01:05:01 PM
Quote from: heekz.shadow on March 05, 2011, 06:39:45 AM
No problem BUT!

If I find any server copying my name [R2] Legendary RPG or using my scripts without my credits,I will delete the link,request closing topic.

hmmm , i used this RPG server modified by yazeen owner [Shadow] is it ok???

well i added some commands like Medic player smuggle system etc

is that ok? heekz
/me hides in toilet
Title: Re: [RELEASED][RPG] Gamemode
Post by: shivambansal on March 07, 2011, 07:11:49 AM
*Shivam locked the door of yazeen toilet*
Title: Re: [RELEASED][RPG] Gamemode
Post by: heekz.shadow on March 07, 2011, 05:41:52 PM
Ok as time as you keep me as main scripter,you can add yourself but I want my credits  :D  :-X
Title: Re: [RELEASED][RPG] Gamemode
Post by: yazeen on March 08, 2011, 03:12:43 AM
Quote from: heekz.shadow on March 07, 2011, 05:41:52 PM
Ok as time as you keep me as main scripter,you can add yourself but I want my credits  :D  :-X
/me shouts in toilet : okok
/me shouts in toilet : someonne help me get out to toilet
Title: Re: [RELEASED][RPG] Gamemode
Post by: yazeen on March 08, 2011, 03:13:38 AM
Shadow vrocker was Viewing this page man!!!
Title: Re: [RELEASED][RPG] Gamemode
Post by: shivambansal on March 08, 2011, 06:47:59 AM
*Shivam unlocked the door of yazeen toilet* :)
Title: Re: [RELEASED][RPG] Gamemode
Post by: heekz.shadow on March 08, 2011, 07:20:28 AM
heekz.shadow gets in the toilet

and Thx, VRocker :D
Title: Re: [RELEASED][RPG] Gamemode
Post by: BIG[H] on March 08, 2011, 10:48:08 AM
BIG[H] Takes his AK47 and Target it to heekz.shadow*
BIG[H] Presses the trigger

DUZZ DUZZ
Title: Re: [RELEASED][RPG] Gamemode
Post by: yazeen on March 08, 2011, 03:08:41 PM
/me says: shivam plse lock me again im scared of guns . and tell me when big [H] killed heekz
Title: Re: [RELEASED][RPG] Gamemode
Post by: heekz.shadow on March 08, 2011, 06:20:20 PM
heekz.shadow came out with a minigun and called the admin for excessive spamming.

Scoreboard:
heekz.shadow = 1
yazeen = -1
BIG[H] = -932485854781324127426358712632876412852398471298562351284712,(3) :D
Admin = +92488328569329842489237412938743298562738927432985729684052389029759879384792834732906734,(9) :devil:
Title: Re: [RELEASED][RPG] Gamemode
Post by: Castagna96 on March 09, 2011, 03:31:45 AM
*tato: start crying because he can't create the pickup thing...and get locked on the toilet
Title: Re: [RELEASED][RPG] Gamemode
Post by: Dawood136 on March 09, 2011, 10:07:03 AM
Requsting Topic Lock
Title: Re: [RELEASED][RPG] Gamemode
Post by: saberman on March 09, 2011, 12:13:37 PM
Quote from: Dawood136 on March 09, 2011, 10:07:03 AM
Requsting Topic Lock
Topic lock? It's not yours topic that you can request a lock it's Heez. I don't get it.
Title: Re: [RELEASED][RPG] Gamemode
Post by: BIG[H] on March 09, 2011, 12:20:33 PM
BIG[H] takes His Katana and Cut's Head of Heekz.shadow
BIG[H] Breaks' the Door Lock
BIG[H] Flushes heekz.shadow head
BIG[H] Won
BIG[H] Run's like he has fire on his head
BIG[H] Recharge His AK47 and Wait for another Event
BIG[H] hides*
BIG[H] Waits for Another nub

Title: Re: [RELEASED][RPG] Gamemode
Post by: saberman on March 09, 2011, 12:42:36 PM
Quote from: saberman on March 09, 2011, 12:13:37 PM
Quote from: Dawood136 on March 09, 2011, 10:07:03 AM
Requsting Topic Lock
Topic lock? It's not yours topic that you can request a lock it's Heez. I don't get it.
Still any answers?
Title: Re: [RELEASED][RPG] Gamemode
Post by: Dawood136 on March 09, 2011, 01:14:13 PM
I am Requesting Heekzs

LoL
Title: Re: [RELEASED][RPG] Gamemode
Post by: shivambansal on March 09, 2011, 01:45:09 PM
Quote from: shivambansal on March 08, 2011, 06:47:59 AM
*Shivam locked the door of yazeen toilet* :)
Title: Re: [RELEASED][RPG] Gamemode
Post by: saberman on March 09, 2011, 03:30:11 PM
Quote from: Dawood136 on March 09, 2011, 01:14:13 PM
I am Requesting Heekzs

LoL
I was asking why are you?

And what's so funny?
Title: Re: [RELEASED][RPG] Gamemode
Post by: heekz.shadow on March 09, 2011, 05:45:48 PM
OK enough with this spam.Clear?

If someone keep posting iddiotly things,I will notify this topic to the admins.

With respect,
heekz.shadow.
Title: Re: [RELEASED][RPG] Gamemode
Post by: BIG[H] on March 10, 2011, 03:54:46 AM
BIG[H] Thinks heekz.shadow why still alive?
BIG[H] Shoots at heeekz.shadow dead body "with out head"
Title: Re: [RELEASED][RPG] Gamemode
Post by: BIG[H] on March 10, 2011, 10:11:49 AM
BIG[H] hides*
Title: Re: [RELEASED][RPG] Gamemode
Post by: yazeen on March 18, 2011, 02:05:26 PM
Heekz release the next version grow weed plant weed etc plse
Title: Re: [RELEASED][RPG] Gamemode
Post by: yazeen on March 26, 2011, 09:08:54 AM
Moo Mapper is a alaggin Underware
Title: Re: [RELEASED][RPG] Gamemode
Post by: Robd on March 27, 2011, 07:13:30 AM
I don't know how to say it nicely, but what's so awesome about this...
It seems like a lot of glorified simple stuff to me.

Like I said, sorry, but...

Well, let me take another look at this