Fast and Furious Script v1.2

Started by FinchDon, Sep 24, 2015, 04:11 AM

Previous topic - Next topic

FinchDon

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:

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 :)
For any help and support Join #s-s at IRC for Help in Scripting
( For Newbies )

FinchDon

For any help and support Join #s-s at IRC for Help in Scripting
( For Newbies )

DizzasTeR

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;
}

Thijn

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?

FinchDon

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



For any help and support Join #s-s at IRC for Help in Scripting
( For Newbies )

KAKAN

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?
oh no

KAKAN

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?
oh no

FinchDon

You didnt understand By Me Anyway remove it if you dont want
For any help and support Join #s-s at IRC for Help in Scripting
( For Newbies )

Thijn

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.

KAKAN

oh no