Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4299 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

Sveiki , taigi susidūriau su tokia problema , viena mašiną jau sukūriau o kitų neina... Meta tada errora
 

C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(48) : error 021: symbol already defined: "objektasanttaxi"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(52) : error 021: symbol already defined: "objektasanttaxi"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(56) : error 021: symbol already defined: "objektasanttaxi"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(60) : error 021: symbol already defined: "objektasanttaxi"

štai kodas :

Taxialpha = CreateVehicle(602,-2004.0176,71.5022,-28.1877,355.9020,6,6,600); 
new objektasanttaxi = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi, Taxialpha, -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429); 

Taxialpha = CreateVehicle(602,-2125.9397,-36.2454,35.1313,269.6754,6,6,600);
new objektasanttaxi = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi, Taxialpha, -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429);

Taxialpha = CreateVehicle(602,-2125.4805,-31.2993,35.1301,270.4740,6,6,600); 
new objektasanttaxi = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi, Taxialpha, -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429); 
Taxialpha = CreateVehicle(602,-2125.6018,-26.7007,35.1299,270.2574,6,6,600); /
new objektasanttaxi = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi, Taxialpha, -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429); /

Taxialpha = CreateVehicle(602,-2125.6689,-22.2631,35.1295,269.7777,6,6,600); //
new objektasanttaxi = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi, Taxialpha, -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429); 

Prie new prirašau : new Taxialpha;

 

ari-gif-1424468918.gif
 

(redaguota)

 

Sveiki , taigi susidūriau su tokia problema , viena mašiną jau sukūriau o kitų neina... Meta tada errora

 

C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(48) : error 021: symbol already defined: "objektasanttaxi"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(52) : error 021: symbol already defined: "objektasanttaxi"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(56) : error 021: symbol already defined: "objektasanttaxi"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(60) : error 021: symbol already defined: "objektasanttaxi"

štai kodas :

new Taxialpha[5];
Taxialpha[0] = CreateVehicle(602,-2004.0176,71.5022,-28.1877,355.9020,6,6,600); 
new objektasanttaxi1 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi1 , Taxialpha[0], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429); 

Taxialpha[1] = CreateVehicle(602,-2125.9397,-36.2454,35.1313,269.6754,6,6,600);
new objektasanttaxi2 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi2 , Taxialpha[1], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429);

Taxialpha[2] = CreateVehicle(602,-2125.4805,-31.2993,35.1301,270.4740,6,6,600); 
new objektasanttaxi3 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi3 , Taxialpha[2], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429); 
Taxialpha[3] = CreateVehicle(602,-2125.6018,-26.7007,35.1299,270.2574,6,6,600); /
new objektasanttaxi4 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi4, Taxialpha[3], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429); /

Taxialpha[4] = CreateVehicle(602,-2125.6689,-22.2631,35.1295,269.7777,6,6,600); //
new objektasanttaxi5 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100); 
AttachObjectToVehicle(objektasanttaxi5, Taxialpha[4], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429); 

Prie new prirašau : new Taxialpha;

Dabar mėgink

Redaguota , nario Jamaika // Karolis

 

dabar šita meta errora 

 

C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(43) : warning 219: local variable "Taxialpha" shadows a variable at a preceding level
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(46) : error 035: argument type mismatch (argument 2)
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(49) : error 021: symbol already defined: "objektasanttaxi"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(50) : error 035: argument type mismatch (argument 2)
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(53) : error 021: symbol already defined: "objektasanttaxi"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(54) : error 035: argument type mismatch (argument 2)
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(55) : error 029: invalid expression, assumed zero
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(55 -- 56) : warning 215: expression has no effect
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(56) : error 001: expected token: ";", but found "new"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(56) : error 021: symbol already defined: "objektasanttaxi"
C:\Users\Kompas148\Desktop\Tusčias GM\gamemodes\GM.pwn(56) : fatal error 107: too many error messages on one line

ari-gif-1424468918.gif
 

new Taxialpha[5];
Taxialpha[0] = CreateVehicle(602,-2004.0176,71.5022,-28.1877,355.9020,6,6,600);
new objektasanttaxi1 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100);
AttachObjectToVehicle(objektasanttaxi1 , Taxialpha[0], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429);

Taxialpha[1] = CreateVehicle(602,-2125.9397,-36.2454,35.1313,269.6754,6,6,600);
new objektasanttaxi2 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100);
AttachObjectToVehicle(objektasanttaxi2 , Taxialpha[1], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429);

Taxialpha[2] = CreateVehicle(602,-2125.4805,-31.2993,35.1301,270.4740,6,6,600);
new objektasanttaxi3 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100);
AttachObjectToVehicle(objektasanttaxi3 , Taxialpha[2], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429);
Taxialpha[3] = CreateVehicle(602,-2125.6018,-26.7007,35.1299,270.2574,6,6,600);
new objektasanttaxi4 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100);
AttachObjectToVehicle(objektasanttaxi4, Taxialpha[3], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429);

Taxialpha[4] = CreateVehicle(602,-2125.6689,-22.2631,35.1295,269.7777,6,6,600);
new objektasanttaxi5 = CreateObject(19308, 0, 0, 0, 0, 0, 0, 100);
AttachObjectToVehicle(objektasanttaxi5, Taxialpha[4], -0.021999, -0.110000, 0.786999, 0.402000, -2.010000, -89.344429);

beda buvo kad gale eiluciu padejes po viena "/" todel ir error :D stebet reikia koda

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4299 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Prisijungti prie diskusijos

Palikti atsakymą galite iš karto, o užsiregistruoti vėliau. Jeigu jau turite paskyrą mūsų forume, Prisijunkite.

Svečias
Atsakyti šioje temoje...

×   Įklijuotas tekstas turi teksto formatavimą.   Pašalinti teksto formatavimą

  Galimi tik 75 veidukai.

×   Nuoroda buvo automatiškai įterpta.   Įterpti nuorodą paprastai

×   Jūsų ankstesnis pranešimas buvo atkurtas.   Išvalyti redaktorių

×   Jūs negalite įkelti nuotraukas tiesiogiai.Įkelkite arba įdėkite nuotraukas iš URL.

  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...