24.02.2015, 02:26
I can't understand it on the SAMP wiki at all. i do it and it won't work can somebody at least tell me
Example how i want it.
Photo
Then when that object is attached i want it so you have to go back and load more objects on to the truck example 10 objects. but i can't get my head around attaching it.
Код:
CMD:loadtruck(playerid, params[]) { new objectid = CreateObject(3800, 2163.38525, -2283.33569, 6.33094, 0.00000, 0.00000, -44.03999); new vehicleid = GetPlayerVehicleID(playerid); AttachObjectToVehicle(objectid, vehicleid, 3800, 578, 1.0, 0.0, 0.0, 0.0); }
Photo
Then when that object is attached i want it so you have to go back and load more objects on to the truck example 10 objects. but i can't get my head around attaching it.