Thief job
#1

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
Reply
#2

This is kind of a request which should go in the request section.
Reply
#3

hmm i think if i request script then i shud request whole script not 1% of it
Reply
#4

Well if someone makes that for you, it can give you an idea how to do those things further and advance it...
Reply
#5

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;
}
Reply
#6

Quote:
Originally Posted by livests
Посмотреть сообщение
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;
}
You wouldn't use
pawn Код:
GetVehicleModelID
because that is to determine, well the model id! You should use
pawn Код:
GetPlayerVehicleID
because you want to get the car that the player is in.
So it should be like this.
pawn Код:
DestroyVehicle(GetPlayerVehicleID(playerid));
Reply
#7

but if i work as trucker and drive in ckepoint my car destroys?
Reply
#8

Add another if statement to check if the player is a Thief.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)