Crashday&Flatout mod v 2.0 
52 comments

Good script for good game! Turn on your enigne and prepare to RACE. Hign speed! GuNs&WhEelS&RoCk`n`RoLl!






WROOOOOOOOM!!

Comments
52 commentsLog in!
You need to log in to be able to write comments!Log in
16.01.12 08:11:13 pm
At me not work the mod. I am starting a map and the game automatically closes... pls help me
23.02.11 10:26:14 am

hey this is great but when i start a map it crashes why it crashes please help mep ls anyway 5/5
just help me pls


Great, Btw why dont you do a Hud where it shows how mutch speed the car has? Like,
Code:
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
function car_speed(id)
carspeed = player(id,"speedmod")
if (player(id,"speedmod") == 0) then
parse('hudtxt2 '..id..' 1 "©000255000Speed: You have no car" 13 150')
else
parse('hudtxt2 '..id..' 1 "©000255000Speed: '..carspeed..' " 13 150')
end
end
carspeed = player(id,"speedmod")
if (player(id,"speedmod") == 0) then
parse('hudtxt2 '..id..' 1 "©000255000Speed: You have no car" 13 150')
else
parse('hudtxt2 '..id..' 1 "©000255000Speed: '..carspeed..' " 13 150')
end
end