10.02.2014, 00:16
How i can make this work.. and work with the sabre car only?
pawn Код:
CMD:sabre(playerid,params[])
{
#pragma unused params
new objectid = CreateObject);
new vehicleid = GetPlayerVehicleID(playerid);
AttachObjectToVehicle(objectid, vehicleid, -0.159999, 1.339998, -0.124999, -135.674880, -2.010001, -90.449951);
AttachObjectToVehicle(objectid, vehicleid, -0.150000, 1.504998, -0.124999, -135.674880, -2.010001, -90.449951);
return 1;
}