18.12.2010, 02:32
Quote:
|
Hey,
Basicly Im having an issue using the AttachObject to vehicle Function.... Any Ideas. |
pawn Код:
Code:
new vehicle;
vehicle = GetPlayerVehicleID(playerid);
light1[playerid] = CreateObject(18646, 0, 0, 0, 0, 0, 0);
AttachObjectToVehicle(light1,vehicle,0.0, 0.0, 1.0, 0.0, 0.0, 0.0);


