[FilterScript] Vuki_TrashCar | Ideal for RP server
#1

<removed due to stealing work...>
Reply
#2

wow great idea, but you should use in OnVehicleDeath that trash car automaticllay creates not with CMD
that should look like:
pawn Код:
public OnVehicleDeath(vehicleid)
{
    new Float: Pos[4];
    GetVehiclePos(vehicleid, Pos[0], Pos[1], Pos[2]);
    GetVehicleZAngle(vehicleid, Pos[3]);
    CreateTCar(Pos[0], Pos[1], Pos[2], Pos[3]);
    return 1;
}
Reply
#3

That's a nice idea! Good job.
Reply
#4

Good.
Reply
#5

Oh great! But you should also make something to allow towtruckers or something like that move them away(From roads sidewalks etc.).
Anyway great job!
Reply
#6

I think its good for RP
Reply
#7

Quote:
Originally Posted by System64
Посмотреть сообщение
wow great idea, but you should use in OnVehicleDeath that trash car automaticllay creates not with CMD
that should look like:
pawn Код:
public OnVehicleDeath(vehicleid)
{
    new Float: Pos[4];
    GetVehiclePos(vehicleid, Pos[0], Pos[1], Pos[2]);
    GetVehicleZAngle(vehicleid, Pos[3]);
    CreateTCar(Pos[0], Pos[1], Pos[2], Pos[3]);
    return 1;
}
Open the script, this is his function
Reply
#8

Quote:
Originally Posted by Vukilore
Посмотреть сообщение
Open the script, this is his function
His function?
I don't understand, you mean your function?
Reply
#9

I mean the script is make for that (when vehicle dead, a TCar appear).
So, if you had opened the script, you would have seen this code
(its not created with cmd but automatically)
Reply
#10

it'd be nice to make it be towable by tow trucks and moveable by like dozers etc
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)