09.12.2011, 14:12
(
Last edited by niels44; 16/12/2011 at 01:34 PM.
)
NYD_Drifting VERSION 3 RELEASED!!!!!! DOWNLOAD NOW!!!
hey guys,
today i'm gonna share version 3 of NYD_Drifting.
i have made very much more and there are very many buggs fixed.
whats new:
i have added 2 more classes: desert dirters and the stunters.
i have made on all the airports except LS airport stunts.
every stunters id will spawn somewhere else at a stunt airport.
the desert dirters can dirt in the mountains of LV.
i added a race system: FatSpeeddogs racesystem.
u can start a race by using /race but there arent any races yet so u have to login to RCON and then use the CMD: /builder
i also made a lot of cars in the script tuned. i did it by /drift1 , /drift2 , /drift3 , the drifters class and some other places.
i also put a tutorial in the gamemode in the map README, there stays in how u can tune vehicles, how to give them a nice paintjob and how to change a vehicle's colour.
and i made it that when u are in a car then u have to release all the keys and then press LMB then u get nitrous.
i made a little BOT too XD, u can add the name and the msg's at the TOP of the script, this is it by default:
i have also made 2 own INCLUDE files becuz the pawn file was very bigg XD, this are the two:
NYD_Defines:
NYD_Tuning:
CLASSES:
1. streetracers
2. police
3. drifters at this spawn palce the cars are nicely tuned.
4. mafia
5. bikers
6. stunters
7. desert dirters
DOWNLOAD:
MediaFire:
http://www.mediafire.com/?00w61l5kg0gy7k0
SolidFiles:
http://solidfiles.com/d/b11855d874/
PasteBin:
http://pastebin.com/BJcYizJM
EDIT: version 3.1 availabe here!!!
updates:
in a lot of cases(mine too) it wasn't working becuz when u entered the server is was flipping weird so thats why u made this little version update, thats why its called 3.1.
update2:
i have removed the classes u now just spawn in LV(have to make randomspawn yet) and there u can just play.
SOLIDFILES:
http://solidfiles.com/d/47610e0f84/
MEDIAFIRE:
not available yet
PASTEBIN:
not avaiable yet.
CREDITS:
PowerPC603: for his house,speedo and business system.
Luxorion: for his LUXadmin script.
******: for his YSI and his Sscanf plugin.
incognito: for his streamer plugin.
garsino: for his GarPM filerscript.
Double-O-Seven: for his JunkBuster anti cheat system.
[drifterz]niels(me): for making this script XD.
well everyone i think this will be last version of NYD_Drifting becuz it is getting little boring but maybe after a while there will coem NYD_Drifting4.
see ya,
niels
HAVE FUN!!! (and pls REP+ for me XD) AND DOWNLOAD THIS FKING AWESOME SCRIPT!!!
EDIT:
some ppl may not know how to make houses well here is the explaination.
step 1:
login to RCON( /rcon login [pw]) by default is the PW drift so then u do /rcon login drift and then u are loged in.
step 2:
go to a house and find the door.
step 3:
when u are at a door type /createhouse or /createstatichouse and enter ur price and house lvl etc. and well u created a house.
and for the business just use /createbusiness when u are at a casino spot or another nice spot.
GOOD LUCK.
niels
hey guys,
today i'm gonna share version 3 of NYD_Drifting.
i have made very much more and there are very many buggs fixed.
whats new:
i have added 2 more classes: desert dirters and the stunters.
i have made on all the airports except LS airport stunts.
every stunters id will spawn somewhere else at a stunt airport.
the desert dirters can dirt in the mountains of LV.
i added a race system: FatSpeeddogs racesystem.
u can start a race by using /race but there arent any races yet so u have to login to RCON and then use the CMD: /builder
i also made a lot of cars in the script tuned. i did it by /drift1 , /drift2 , /drift3 , the drifters class and some other places.
i also put a tutorial in the gamemode in the map README, there stays in how u can tune vehicles, how to give them a nice paintjob and how to change a vehicle's colour.
and i made it that when u are in a car then u have to release all the keys and then press LMB then u get nitrous.
i made a little BOT too XD, u can add the name and the msg's at the TOP of the script, this is it by default:
Code:
// BOT Messages new RandomMessages[][] = { // change all this Messages to your own server MSG's, TDC means Tokyo Drift Central so just change TDC to ur server name. "TDC_BOT: if u need a car then type /carmenu", "TDC_BOT: if u want to know the teleports type /teles", "TDC_BOT: if u want to see all the commands type /cmds", "TDC_BOT: everyone if u have suggestions to the server type /suggest <suggestion>", "TDC_BOT: hello welcome to [TDC] Tokyo Drift Central, Enjoy ur stays with us.", "TDC_BOT: this server uses the LuxAdmin system by Luxurion", "TDC_BOT: this server has been created by: [drifterz]niels", "TDC_BOT: everyone join our site/forum: (ur site)", "TDC_BOT: this server uses the GameMode NYD_Drifting Version 3 created by [drifterz]niels", "TDC_BOT: this server uses the newest updated version of NYD_Drifting Version 3", "TDC_BOT: Type /Admins to see a list of online admins" };
Code:
// also included #include <NYD_Tuning> #include <NYD_Defines>
Code:
// defines #define STREETRACERS 1 #define POLICE 2 #define DRIFTERS 3 #define MAFIA 4 #define BIKERS 5 #define STUNTERS 6 #define DESERTDIRTERS 7 #define STREETRACERS_COLOUR 0x33AA33AA //colour green #define POLICE_COLOUR 0xFFFF00AA//colour blue #define DRIFTERS_COLOUR 0xAA3333AA//colour red #define MAFIA_COLOUR 0xFF00FFAA//colour purple #define BIKERS_COLOUR 0x0000FFFF//colour yellow #define STUNTERS_COLOUR 0xFF9000FF //colour orange #define DESERTDIRTERS_COLOUR 0x00FFFFFF // colour lightblue // class colours #define COLOR_GREEN 0x33AA33AA #define COLOR_RED 0xAA3333AA #define COLOR_YELLOW 0xFFFF00AA #define COLOR_PURPLE 0xFF00FFAA #define COLOUR_BLUE 0x0000FFFF #define COLOUR_ORANGE 0xFF9000FF // other colours #define COLOR_GREY 0xAFAFAFAA #define COLOR_WHITE 0xFFFFFFAA #define COLOUR_DARKBLUE 0x00007AFF #define COLOUR_PINK 0xFF007AFF #define COLOUR_BLACK 0x000000FF #define COLOUR_LIGHTGREEN 0x82FF82FF #define GetName #define MINUTES(%1) ((%1)*(60*1000))
Code:
// tuning cars // drift2 new sultan1; // sultan new sultan2; // sultan new sultan3; // sultan new sultan4; // sultan new elegy1; // elegy new elegy2; // elegy new elegy3; // elegy new elegy4; // elegy new flash1; // flash new flash2; // flash new flash3; // flash new flash4; // flash new flash5; // flash new flash6; // flash new uranus1; // uranus new uranus2; // uranus new uranus3; // uranus new infernus39; // infernus new infernus40; // infernus new infernus41; // infernus new infernus42; // infernus // drift 3 new sultan5; // sultan new sultan6; // sultan new sultan7; // sultan new sultan8; // sultan new elegy5; // elegy new elegy6; // elegy new elegy7; // elegy new elegy8; // elegy new infernus37; // infernus new infernus38; // infernus // LV airport stunt 2 new sultan9; // sultan new sultan10; // sultan new sultan11; // sultan new sultan12; // sultan new sultan13; // sultan new sultan14; // sultan new sultan15; // sultan // Drifters class spawn cars new sultan16; // sultan new sultan17; // sultan new sultan18; // sultan new sultan19; // sultan new sultan20; // sultan new sultan21; // sultan new sultan22; // sultan new sultan23; // sultan new flash7; // flash new flash8; // flash new flash9; // flash new flash10; // flash new flash11; // flash new flash12; // flash new flash13; // flash new uranus4; // uranus new uranus5; // uranus new uranus6; // uranus new uranus7; // uranus new uranus8; // uranus new uranus9; // uranus new uranus10; // uranus new uranus11; // uranus new uranus12; // uranus new uranus13; // uranus new uranus14; // uranus // derby vehicles new bb1; // bloodring banger new bb2; // bloodring banger new bb3; // bloodring banger new bb4; // bloodring banger new bb5; // bloodring banger new bb6; // bloodring banger new bb7; // bloodring banger new bb8; // bloodring banger new bb9; // bloodring banger new bb10; // bloodring banger new bb11; // bloodring banger new bb12; // bloodring banger new bb13; // bloodring banger new bb14; // bloodring banger new bb15; // bloodring banger new bb16; // bloodring banger new bb17; // bloodring banger new bb18; // bloodring banger new bb19; // bloodring banger new bb20; // bloodring banger new bb21; // bloodring banger new bb22; // bloodring banger new bb23; // bloodring banger new bb24; // bloodring banger new bb25; // bloodring banger new bb26; // bloodring banger new bb27; // bloodring banger new bb28; // bloodring banger // streetracers class spawn cars new infernus1; // infernus new infernus2; // infernus new infernus3; // infernus new infernus4; // infernus new infernus5; // infernus new infernus6; // infernus new infernus7; // infernus new infernus8; // infernus new infernus9; // infernus new bullet1; // bullet new bullet2; // bullet new bullet3; // bullet new bullet4; // bullet new bullet5; // bullet new bullet6; // bullet new bullet7; // bullet new bullet8; // bullet new buff1; // buffalo new buff2; // buffalo new buff3; // buffalo new buff4; // buffalo new buff5; // buffalo new buff6; // buffalo new buff7; // buffalo // carkiller new infernus10; // infernus new infernus11; // infernus new infernus12; // infernus new infernus13; // infernus new infernus14; // infernus new infernus15; // infernus new infernus16; // infernus new infernus17; // infernus new infernus18; // infernus new infernus19; // infernus new infernus20; // infernus new infernus21; // infernus new infernus22; // infernus new infernus23; // infernus new infernus24; // infernus new infernus25; // infernus new infernus26; // infernus new infernus27; // infernus new infernus28; // infernus new infernus29; // infernus new infernus30; // infernus new infernus31; // infernus new infernus32; // infernus new infernus33; // infernus new infernus34; // infernus // drift 1 cars new sultan24; // sultan new sultan25; // sultan new sultan26; // sultan new sultan27; // sultan new elegy9; // elegy new elegy10; // elegy new elegy11; // elegy new elegy12; // elegy new elegy13; // elegy new flash14; // flash new flash15; // flash new flash16; // flash new flash17; // flash new uranus15; // uranus new uranus16; // uranus new infernus35; // infernus new infernus36; // infernus
1. streetracers
2. police
3. drifters at this spawn palce the cars are nicely tuned.
4. mafia
5. bikers
6. stunters
7. desert dirters
DOWNLOAD:
MediaFire:
http://www.mediafire.com/?00w61l5kg0gy7k0
SolidFiles:
http://solidfiles.com/d/b11855d874/
PasteBin:
http://pastebin.com/BJcYizJM
EDIT: version 3.1 availabe here!!!
updates:
in a lot of cases(mine too) it wasn't working becuz when u entered the server is was flipping weird so thats why u made this little version update, thats why its called 3.1.
update2:
i have removed the classes u now just spawn in LV(have to make randomspawn yet) and there u can just play.
SOLIDFILES:
http://solidfiles.com/d/47610e0f84/
MEDIAFIRE:
not available yet
PASTEBIN:
not avaiable yet.
CREDITS:
PowerPC603: for his house,speedo and business system.
Luxorion: for his LUXadmin script.
******: for his YSI and his Sscanf plugin.
incognito: for his streamer plugin.
garsino: for his GarPM filerscript.
Double-O-Seven: for his JunkBuster anti cheat system.
[drifterz]niels(me): for making this script XD.
well everyone i think this will be last version of NYD_Drifting becuz it is getting little boring but maybe after a while there will coem NYD_Drifting4.
see ya,
niels
HAVE FUN!!! (and pls REP+ for me XD) AND DOWNLOAD THIS FKING AWESOME SCRIPT!!!
EDIT:
some ppl may not know how to make houses well here is the explaination.
step 1:
login to RCON( /rcon login [pw]) by default is the PW drift so then u do /rcon login drift and then u are loged in.
step 2:
go to a house and find the door.
step 3:
when u are at a door type /createhouse or /createstatichouse and enter ur price and house lvl etc. and well u created a house.
and for the business just use /createbusiness when u are at a casino spot or another nice spot.
GOOD LUCK.
niels