25.07.2010, 09:43
Something like this: But should i run "IsTrailerAttachedToVehicle" through a timer to check it every "something" seconds.
I want it to do something like this:
I want it to do something like this:
pawn Код:
if (IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid)) == 1)
{
if (GetVehicleModel(GetVehicleTrailer(GetPlayerVehicleID(playerid))) == 591)
{
//Set some checkpoints, send some client text and whatever else.
}
}


