13.09.2012, 19:01
Quote:
When I reset the camera, I need to destroy the object. how should I define it again in a separate callback?
|
new object[MAX_PLAYERS];
and to destroy it
DestroyObject(object[playerid]);
Quote:
REP ME PLZ
okay you need to getcarposition attach new objectid = CreateObject(...); new vehicleid = GetPlayerVehicleID(playerid); AttachObjectToVehicle(objectid, vehicleid, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0); go to mta and create a object onto a car get the object the xyz and the xyz rotation and past it there and createobject with no position just create the object put the cords on the attach to car........... and there u have it attackobject to veh REP ++ plz i need |


