[POMOC] Mesanje id vozila

Započeo Alezars
1. Dec. 2013. Zaključano
886
pregleda
16
postova
Alezars
4
Shot Caller
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Skripta koju koristim:SE
Detaljan opis problema:Kada ubacim moj car.cfg pocnu da se mesaju ID-ovi vozila.Sta da uradim po tom pitanju?
Dio skripte:/
Neke slike/video za lakse dobivanje pomoci(neobavezno):/
Joy Punisher
4
Made Man
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Jednostavno uzmi drugi mod,UP,Ravens.. sa njihovim autosalonima,ja ne volim takve modove kojima se tako ubacuju auta na autosalon upravo iz tog razloga koji tebi stvara problem.  😎 P.C:Mozda pomogne: http://balkan-samp.com/forum/index.php?topic=81699.0
Memorexâ„¢
4
Made Man
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
http://balkan-samp.com/forum/index.php?topic=66191.0
Evo ti TuT,nadam se da ce ti pomoci..
Alezars
4
Shot Caller
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Probao sam i jedno i drugo i nistaaa 😢 Nzm do cega je,dal ja nzm lepo da ubacim ili ne radi FS
MadDog
5
Crime Lord
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Definisi sva vozila osim vozila CoS-a. Ne bi trebalo biti problema.
Alezars
4
Shot Caller
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
😢 Kakoo ?
Memorexâ„¢
4
Made Man
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Dao sam ti TuT..
Alezars
4
Shot Caller
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Pratio sam TUT i izbacilo mi je dosta Errora
Alezars
4
Shot Caller
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Korak 4 ne razumem

Korak 4:
U ovom koraku cu vam pokazati kako cete od sada dodavati nova vozila,mijenjati,raditi sta zelite sa njima 😄

Vozila ispod sam uzeo ispod,nije bitno koja su kakva su to sam uzeo samo za primjer...

Dakle kao i u vasem predhodnom sistemu i u ovom isto ide pod OnGameModeInIt

Kod:
test = AddStaticVehicleEx(521,1240.7253,-2033.0615,59.5460,270.7889,0,0,30000);
test = AddStaticVehicleEx(521,1240.3286,-2031.1663,59.5317,268.5302,0,0,30000);
test = AddStaticVehicleEx(545,1244.0236,-2022.7377,59.6055,180.3637,1,115,30000);
test = AddStaticVehicleEx(411,1276.6550,-2044.6598,58.7636,269.1467,1,1,30000);
test = AddStaticVehicleEx(560,1276.8871,-2041.3832,58.7481,269.5363,0,0,30000);

Meni je pod OnGameModeInIt ovo
public OnGameModeInit()
{
SetTimer("Plantation", 60000, 1);
Joy Punisher
4
Made Man
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Neznam sta da ti kazem ja od takvog moda koji ti imas bjezim,a sto se tice errora prikazi koje izbacuje  😎 tut je pravilan
Alezars
4
Shot Caller
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
pa verovatno mi izbacuje errore zato sto nzm sta da stavim pod public OnGameModeInit
Joy Punisher
4
Made Man
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
reko si da ti je pod ongamemodeinit ovo
public OnGameModeInit()
{
SetTimer("Plantation", 60000, 1);


stavi ovako:
public OnGameModeInit()
{
test = AddStaticVehicleEx(521,1240.7253,-2033.0615,59.5460,270.7889,0,0,30000);
test = AddStaticVehicleEx(521,1240.3286,-2031.1663,59.5317,268.5302,0,0,30000);
test = AddStaticVehicleEx(545,1244.0236,-2022.7377,59.6055,180.3637,1,115,30000);
test = AddStaticVehicleEx(411,1276.6550,-2044.6598,58.7636,269.1467,1,1,30000);
test = AddStaticVehicleEx(560,1276.8871,-2041.3832,58.7481,269.5363,0,0,30000);
SetTimer("Plantation", 60000, 1);

Mislim da ne bi trebalo bacat errore na to,bar meni ne baca,i stavi svoja vozila,ova vozila su iz tuta......
Ako ti baci koji error kopiraj i pokazi....  😎
Alezars
4
Shot Caller
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Vec na 2 koraku mi izbacuje Errore
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2642) : error 004: function "SafeJBC_GivePlayerMoney" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2667) : error 004: function "SafeJBC_GivePlayerMoney" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2696) : error 004: function "SafeJBC_ResetPlayerWeapons" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2697) : error 004: function "SafeJBC_GivePlayerWeapon" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2720) : error 004: function "SafeJBC_ResetPlayerWeapons" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2783) : error 004: function "IsACopCar" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2793) : error 004: function "IsNpcVehicle" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2802) : error 004: function "IsAnAmbulance" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2807) : error 004: function "SetPlayerCriminal" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2809) : error 004: function "IsABike" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2813) : error 004: function "IsAnOwnableCar" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2826) : error 054: unmatched closing brace ("}")
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2827) : warning 235: public function lacks forward declaration (symbol "TestVozilo")
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2829) : error 017: undefined symbol "test"
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2829) : error 036: empty statement
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2829) : error 017: undefined symbol "i"
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2829) : fatal error 107: too many error messages on one line
Joy Punisher
4
Made Man
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
Alezars wrote on December 1, 2013, 6:26 pm:
Vec na 2 koraku mi izbacuje Errore
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2642) : error 004: function "SafeJBC_GivePlayerMoney" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2667) : error 004: function "SafeJBC_GivePlayerMoney" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2696) : error 004: function "SafeJBC_ResetPlayerWeapons" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2697) : error 004: function "SafeJBC_GivePlayerWeapon" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2720) : error 004: function "SafeJBC_ResetPlayerWeapons" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2783) : error 004: function "IsACopCar" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2793) : error 004: function "IsNpcVehicle" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2802) : error 004: function "IsAnAmbulance" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2807) : error 004: function "SetPlayerCriminal" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2809) : error 004: function "IsABike" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2813) : error 004: function "IsAnOwnableCar" is not implemented
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2826) : error 054: unmatched closing brace ("}")
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2827) : warning 235: public function lacks forward declaration (symbol "TestVozilo")
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2829) : error 017: undefined symbol "test"
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2829) : error 036: empty statement
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2829) : error 017: undefined symbol "i"
C:\Users\Stefan\Desktop\SW\gamemodes\sw.pwn(2829) : fatal error 107: too many error messages on one line

Negdje si profulao veliku zagradu "{" ili "}"
MadDog
5
Crime Lord
Balkan SA:MPBalkan SA:MP
SA-MP DoprinosSA-MP Doprinos
1. Dec. 2013.
TI errori uopste nemaju veze sa ovim sto sada radis.

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha