Posts: 52
Threads: 14
Joined: Feb 2012
Reputation:
0
Hy i want to make thief job but i dont cnow how to make that i start mision and spawn car in chekpoint.
Example i tipe /work and get random lokation(go steal sentinel in werdant meadows) and sentinel spawn at that location and then im there i need just get in and drive to unlody and in that location my car disapear
Posts: 404
Threads: 26
Joined: Jan 2010
Reputation:
0
This is kind of a request which should go in the request section.
Posts: 52
Threads: 14
Joined: Feb 2012
Reputation:
0
hmm i think if i request script then i shud request whole script not 1% of it
Posts: 404
Threads: 26
Joined: Jan 2010
Reputation:
0
Well if someone makes that for you, it can give you an idea how to do those things further and advance it...
Posts: 52
Threads: 14
Joined: Feb 2012
Reputation:
0
ok i make that i steal car that is already placed but how to destroy it but only thief car
public OnPlayerEnterRaceCheckpoint(playerid,TEAM_THIEF)
{
DestroyVehicle(GetVehicleModel(GetPlayerVehicleID( playerid)));
return 1;
}
Posts: 52
Threads: 14
Joined: Feb 2012
Reputation:
0
but if i work as trucker and drive in ckepoint my car destroys?
Posts: 189
Threads: 1
Joined: Feb 2012
Reputation:
0
Add another if statement to check if the player is a Thief.