- Fri Nov 14, 2008 12:40 pm
#16574
November 13, 2008
-----------------------
I completed 2 missions in august this year. Here is a sneak peek at the MissionLadder (the thing that triggers missions when u go to undercover mode)
I REFUSE TO GIVE THE FLY-BY'S OUT. They will be included in the beta and final release....
-----------------------
I completed 2 missions in august this year. Here is a sneak peek at the MissionLadder (the thing that triggers missions when u go to undercover mode)
Code: Select all
AND of course here is a FREE mission. WILL BE INCLUDED!#-------------------------------------------------#
# Driver Mission ladder V2 By CarLuver69 #
#-------------------------------------------------#
SetCity [MIAMI]
Room
MISSION 500
QUITONFAIL
Room
JOKE 0
MISSION 501
EndRoom
EndRoom
Code: Select all
INSTRUCTIONS: save in scripts > missions as mission500.dms, go to data > save a copy of mladder.dml, erase ALL and replace with -// Driver Mission Script v0.1a
// (c)2008 CARLUVER69's MISSION PACK V1
// The Fly-By took forever, but it's ready to go.
//Please do not edit this content without my consent. I spend alot of time on this.
##################################
## T.P.D.B - MISSION 1 ##
## Created by: CARLUVER69 8/16/08 ##
#################################
//********************INITIALISATION********************
//Player restricted to move at startup
StopPlayer
LoadMap "Miami_01.lev"
EventScript "Miami_19.des"
//OverheadMap "Miami_01.map"
DamageBarId 194
FelonyBarId 195
//FailedMessageId
//WindowMessageId
//LoseTailMessageId
SmashedMessage "The engine blew out.."
//OutOfRangeMessageId
//CarGotAwayMessageId
RoadBlockTrigger 2048
PlayerCarType 2 // PIZZA COMPANY CAR - THE RED BUICK
SetMaximumCops 0
Cops_off
AllowCopSpeech 0
TriggerEvent 1
EnablePlayerDamage
MaxPlayerDamage 24576
//PETE'S PIZZA PARLOR LOCATION
SetPlayerPosition -276356,431252
SetPlayerYRotation 3055
//PETE'S CIVCARS AT PARLOR
AddCivCar 1,0,0,0,3055,-275100,431252 //Car 1
AddCivCar 1,0,0,0,3055,-273981,431252 //Car 2
//********************DELIVERY TO ROSS IN BAL HARBOUR********************
//Ross is a random person.
FailedMessage "Pete says you're fired."
Countdown 90 // plenty of time lasts whole mission unless noob
StopTimer
InformPlayer 3 "THE PIZZA DELIVERY BOY"
wait 2
ReleasePlayer
ContinueTimer
SetTarget 0,1000,-310680,376992
EnableTarget 0
Set Objective 2
InformPlayer 3 "First delivery - Ross"
//********************ROSS PIZZA DELIVERED********************
WaitForObjectiveComplete
StopTimer
StopPlayer
InformPlayer 5 "Thanks! Here's a tip - $5.24"
wait 4
//********************DELIVERY TO JOEY IN BAL HARBOUR********************
//Joey is part of the next mission - VITAL
ContinueTimer
SetTarget 1,1000,-256212,365024
EnableTarget 1
ReleasePlayer
Set Objective 2
InformPlayer 3 "Next delivery - Joey"
WaitForObjectiveComplete
StopTimer
StopPlayer
wait 2
InformPlayer 5 "Hey, you drive pretty good."
wait 2
InformPlayer 5 "Wanna drive for me? Just give me your number"
wait 4
InformPlayer 5 "Ok Mike, call you soon.."
wait 5
//*****************MISSION OVER********************
InformPlayer 7 "WELL DONE - MISSION COMPLETE"
MissionEnd
Code: Select all
SetCity [MIAMI]
Room
MISSION 500
QUITONFAIL
EndRoom
I REFUSE TO GIVE THE FLY-BY'S OUT. They will be included in the beta and final release....
Last edited by Fireboyd78 on Fri Jan 02, 2009 10:51 pm, edited 1 time in total.