[POMOC]vozila

Započeo {ZOKA}{BOND}
16. Feb. 2015. Zaključano
230
pregleda
7
postova
PopCapo
4
Made Man
16. Feb. 2015.
Skripta koju koristim:GTARP
Detaljan opis problema:problem vozila
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):
odradio sam ono na autu svirene na sultanu i ne radi ovako sam odradio tj dodao

AttachObjectToVehicle(pdobject11, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject12, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject13, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject14, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject15, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject16, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject17, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);


    //ZA PD VOZILA
    new pdobject11 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject12 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject13 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject14 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject15 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject16 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject17 = CreateObject(19420, 0, 0, 0, 0, 0, 0);


CopCar = AddStaticVehicleEx(560,1602.9520,-1625.3257,13.6885,90.0546, 1, 1, 30000); //Enforcer DOVDE
    CopCar = AddStaticVehicleEx(560,1603.1790,-1630.5752,13.6954,90.3069, 1, 1, 30000); //Enforcer
    CopCar = AddStaticVehicleEx(560,1603.1276,-1620.2837,13.6923,90.4770, 1, 1, 30000); //Tenk s topom za vodu
    CopCar = AddStaticVehicleEx(560,1603.3237,-1615.1792,13.6916,90.3435, 1, 1, 30000); //Police LVRP
    CopCar = AddStaticVehicleEx(560,1603.3245,-1610.1542,13.6843,92.1794, 1, 1, 30000); //Police LVRP
    CopCar = AddStaticVehicleEx(560,1589.3795,-1607.1285,13.5726,180.1540, 1, 1, 30000); //Police LVRP
    CopCar = AddStaticVehicleEx(560,1584.1140,-1607.1497,13.5717,180.6602, 1, 1, 30000); //Police LVRP


ja mislim to sto sam dodao gore ono u AttachObject sto sam dodaoCopCar mozda je problem u ovim zagradima 19 jel je takav sys vozila nzm opet moze pomoc hvala unapred
Markoni990
4
Shot Caller
16. Feb. 2015.
Jesi ovo stavio pod
public OnGameModeInit()
    //ZA PD VOZILA
    new pdobject11 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject12 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject13 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject14 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject15 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject16 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    new pdobject17 = CreateObject(19420, 0, 0, 0, 0, 0, 0);
PopCapo
4
Made Man
16. Feb. 2015.
da
Markoni990
4
Shot Caller
16. Feb. 2015.
Probaj ovako
 	new object1 = CreateObject(19327, 0, 0, 0, 0, 0, 0);
    new pdobject11 = CreateObject(19419, 0, 0, 0, 0, 0, 0);
    new pdobject12 = CreateObject(19419, 0, 0, 0, 0, 0, 0);
    new pdobject13 = CreateObject(19419, 0, 0, 0, 0, 0, 0);
    new pdobject14 = CreateObject(19419, 0, 0, 0, 0, 0, 0);
    new pdobject15 = CreateObject(19419, 0, 0, 0, 0, 0, 0);
    new pdobject16 = CreateObject(19419, 0, 0, 0, 0, 0, 0);
    new pdobject17 = CreateObject(19419, 0, 0, 0, 0, 0, 0);

AttachObjectToVehicle(pdobject11, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject12, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject13, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject14, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject15, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject16, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject17, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
JackMorello
2
Street Runner
16. Feb. 2015.
Najgore stavi: new pdobject;
new CopCar; (Neznam tocno kolku imas)

Pod OnGameModeInit
    pdobject = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    pdobject = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    pdobject = CreateObject(19420, 0, 0, 0, 0, 0, 0);
    pdobject= CreateObject(19420, 0, 0, 0, 0, 0, 0);
    pdobject= CreateObject(19420, 0, 0, 0, 0, 0, 0);
    pdobject= CreateObject(19420, 0, 0, 0, 0, 0, 0);
    pdobject= CreateObject(19420, 0, 0, 0, 0, 0, 0);
	CopCar = AddStaticVehicleEx(560,1602.9520,-1625.3257,13.6885,90.0546, 1, 1, 30000); //Enforcer DOVDE
    CopCar = AddStaticVehicleEx(560,1603.1790,-1630.5752,13.6954,90.3069, 1, 1, 30000); //Enforcer
    CopCar = AddStaticVehicleEx(560,1603.1276,-1620.2837,13.6923,90.4770, 1, 1, 30000); //Tenk s topom za vodu
    CopCar = AddStaticVehicleEx(560,1603.3237,-1615.1792,13.6916,90.3435, 1, 1, 30000); //Police LVRP
    CopCar = AddStaticVehicleEx(560,1603.3245,-1610.1542,13.6843,92.1794, 1, 1, 30000); //Police LVRP
    CopCar = AddStaticVehicleEx(560,1589.3795,-1607.1285,13.5726,180.1540, 1, 1, 30000); //Police LVRP
    CopCar = AddStaticVehicleEx(560,1584.1140,-1607.1497,13.5717,180.6602, 1, 1, 30000); //Police LVRP


Ova pod nekoja cmd ili kaj OnGameModeInit ako napravis loop
	AttachObjectToVehicle(pdobject, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);
AttachObjectToVehicle(pdobject, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);


EDIT: AttachObjectToVehicle(19420, CopCar, 0.0171, -0.0684, 0.8319, 0.000000, 0.000000, 0.000000);

Jezik: Makedonski (izvinjavam se)
PopCapo
4
Made Man
16. Feb. 2015.
eto errori i linija jbt sta je ovo

(12979) : error 017: undefined symbol "pdobject"
(12979) : warning 215: expression has no effect
(12979) : error 001: expected token: ";", but found "]"
(12979) : error 029: invalid expression, assumed zero
(12979) : fatal error 107: too many error messages on one line

    pdobject = CreateObject(19420, 0, 0, 0, 0, 0, 0);
[WW]ivan
5
Kingpin
17. Feb. 2015.
jesi dobro definiro?

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha