Vice City: Multiplayer

Server Development => Scripting and Server Management => Script Showroom => Topic started by: FinchDon on Sep 24, 2015, 04:11 AM

Title: Fast and Furious Script v1.2
Post by: FinchDon on Sep 24, 2015, 04:11 AM
Hello Guys I made a script 2 or 3 months ago I don't use it so i want to share it with you all
I script with bad way but it works 100%
It has Four Worlds
FreeRoam, Race, Derby, DM

Commands its Carry
DM Commands
"(!)team, !buyhp, !Buyarm, !donate, !benefits, !accept, !cash, (/)logout, !credits, !hp, !stats"
"(!)deny, !leaveteam, !aspawn, !buywep, !wep"
"(!)heal, !levelup, !changeskin, !cd, bring, !spree, !myspree"
"(!)giveheal, !visible, !goto, !invisible, !distance"

Derby Commands
"(!)heal, cash, !donate, !benefits, credits, stats, (/)derby, (/)joinderby"
"(!)visible, invisible, distance, (/)logout"

Race Commands
"(!)heal, cash, credits, !donate, !benefits, stats, /race, /joinrace"
"(/)leaverace, !visible, !invisible, !distance, /logout"

FreeRoam Commands
"(!)heal, cash, credits, givecash, withdraw, deposit"
"(!)visible, invisible, !donate, !benefits, distance, admins, (/)logout"
"(!)buycar, sharecar, sellcar, getcar, mycars, delsharecar, sharedcars"

   
   There are some Admin Commands
"unban, ban, kick, exec, mute, unmute"
"ip, donator, warn, unwarn, addadmin"
"removeadmin, setmon, setlevel, setkills, setdeaths"
   

Scripter:FinchDon
Credits: Seby For Custom Menu , Fuzzie For Account System

Link:(http://files.thijn.ovh/img/88e2a3b3426f4245ca682ff608d665d3/Fast%20and%20Furious.rar) (http://files.thijn.ovh/download/88e2a3b3426f4245ca682ff608d665d3/Fast%20and%20Furious.rar)

Needed Functions : You need to Download IPTOCountry.db


IPtoCountry Link: http://www.mediafire.com/download/3a1jh542rrphi51/IpToCountry.rar

If you find any error Feel Free to ask here

Enjoy :)
Title: Re: Fast and Furious Script v1.2
Post by: FinchDon on Sep 24, 2015, 05:08 AM
Lol 10 Downloades 0-0
Title: Re: Fast and Furious Script v1.2
Post by: DizzasTeR on Sep 24, 2015, 05:20 AM
What the hell is this?
if ( pstats[ player.ID ].stat1 == true )
{
pstats[ player.ID ].stat1 = true;
}
if ( pstats[ player.ID ].stat2 == true )
{
pstats[ player.ID ].stat2 = true;
}
if ( pstats[ player.ID ].stat3 == true )
{
pstats[ player.ID ].stat3 = true;
}
if ( pstats[ player.ID ].stat4 == true )
{
pstats[ player.ID ].stat4 = true;
}
Title: Re: Fast and Furious Script v1.2
Post by: Thijn on Sep 24, 2015, 05:46 AM
Quote from: Doom_Killer on Sep 24, 2015, 05:20 AMWhat the hell is this?
-
It's a script from FinchDon, what did you expect?
Title: Re: Fast and Furious Script v1.2
Post by: FinchDon on Sep 24, 2015, 08:23 AM
Actually i use array for achievement I mean if you unlock achievement 100 Kills then i set there array
pstats[ player.ID ].stat1 = true; so i use that onPlayerpart I didnt test that System



Title: Re: Fast and Furious Script v1.2
Post by: KAKAN on Sep 24, 2015, 08:34 AM
You won't understand what he meant, he meant that why are you doing something like
if the array is true, you'll make it true again, wth is that?
Title: Re: Fast and Furious Script v1.2
Post by: KAKAN on Sep 24, 2015, 08:35 AM
You can directly use this:-
pstats[ player.ID ].stat1 = true;
pstats[ player.ID ].stat2 = true;
pstats[ player.ID ].stat3 = true;
pstats[ player.ID ].stat4 = true;
What's the need of such nonsense things?
Title: Re: Fast and Furious Script v1.2
Post by: FinchDon on Sep 24, 2015, 09:29 AM
You didnt understand By Me Anyway remove it if you dont want
Title: Re: Fast and Furious Script v1.2
Post by: Thijn on Sep 24, 2015, 05:04 PM
Quote from: FinchDon on Sep 24, 2015, 09:29 AMYou didnt understand By Me Anyway remove it if you dont want
It's you who didn't understand. That code does nothing. Ever.
Title: Re: Fast and Furious Script v1.2
Post by: KAKAN on Sep 24, 2015, 05:09 PM
True!
Kinda useless script