02.09.2010, 20:10
(
Последний раз редактировалось Bumper; 02.09.2010 в 20:23.
)
I'm not really used to work with this callback so is this right ?
pawn Код:
if(newkeys & KEY_FIRE)
{
if(GetPlayerVehicleID(playerid) == 525)
{
AttachTrailerToVehicle(5, 1);
}
}