Započeo .варнинг
•8. Jun 2019.Nex-AC Problem
1,474
pregleda
17
postova
Made Man
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
430
Postovi:
105
Teme:
Pridružio se:Maj 2017
8. Jun 2019.
Problem(error/warning): ZnaÄi ubacujem nex-ac.inc u svoj mod i sada dobijam errore kod onunoccupiedvehicleupdate. Eto dole pastebin link sa svim informacijama.
https://pastebin.com/dwKGz0J1
Deo skripte:
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): [ code ]vaš odgovor[ /code ]
Slika/video ingame problema(obavezno ako je ingame problem): link slike
https://pastebin.com/dwKGz0J1
Deo skripte:
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): [ code ]vaš odgovor[ /code ]
Slika/video ingame problema(obavezno ako je ingame problem): link slike
Underboss
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
731
Postovi:
29
Teme:
Pridružio se:Nov. 2016
8. Jun 2019.
Trebalo bi u tvom gamemodu da je ovakav public
public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z)Made Man
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
430
Postovi:
105
Teme:
Pridružio se:Maj 2017
8. Jun 2019.
TERZIC wrote on June 8, 2019, 1:09 pm:
Trebalo bi u tvom gamemodu da je ovakav public
public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z)error 025: function heading differs from prototypeUnderboss
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
731
Postovi:
29
Teme:
Pridružio se:Nov. 2016
Made Man
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
430
Postovi:
105
Teme:
Pridružio se:Maj 2017
9. Jun 2019.
TERZIC wrote on June 8, 2019, 9:54 pm:
Posalji listu include-a .
#include
#include < weapon-config >
#include < SKY >
#if defined _ALS_OnPlayerGiveDamage
#undef OnPlayerGiveDamage
#else
#define _ALS_OnPlayerGiveDamage
#endif
#define OnPlayerGiveDamage NULL_OnPlayerGiveDamage
#if defined NULL_OnPlayerGiveDamage
forward NULL_OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid);
#endif
#if defined _ALS_OnPlayerTakeDamage
#undef OnPlayerTakeDamage
#else
#define _ALS_OnPlayerTakeDamage
#endif
#define OnPlayerTakeDamage NULL_OnPlayerTakeDamage
#if defined NULL_OnPlayerTakeDamage
forward NULL_OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid);
#endif
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "LGMAPE.pwn"RomaNN wrote on June 8, 2019, 9:08 pm:
Si postavio sve kak treba u skriptu dole ona sranja sto se treba dobit
Underboss
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
731
Postovi:
29
Teme:
Pridružio se:Nov. 2016
9. Jun 2019.
weapon-config bi trebao na kraj da ti bude dok nex-ac odmah ispod biblioteka a_samp i streamer-a
Made Man
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
91 / 100 XP
Početnik(0)
424
Postovi:
39
Teme:
Pridružio se:Apr. 2017
9. Jun 2019.
?_terzic_? wrote on June 9, 2019, 9:01 am:
weapon-config bi trebao na kraj da ti bude dok nex-ac odmah ispod biblioteka a_samp i streamer-a
Underboss
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
731
Postovi:
29
Teme:
Pridružio se:Nov. 2016
9. Jun 2019.
.tayloR ツ wrote on June 9, 2019, 10:23 am:
Bice problem ako stavi weapon config na kraj..
Bice ako ne znate da rasporedite biblioteke kako treba
Godfather
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
1,514
Postovi:
58
Teme:
Pridružio se:Nov. 2016
9. Jun 2019.
#include
#include
#include < weapon-config >
#include < SKY >
#if defined _ALS_OnPlayerGiveDamage
#undef OnPlayerGiveDamage
#else
#define _ALS_OnPlayerGiveDamage
#endif
#define OnPlayerGiveDamage NULL_OnPlayerGiveDamage
#if defined NULL_OnPlayerGiveDamage
forward NULL_OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid);
#endif
#if defined _ALS_OnPlayerTakeDamage
#undef OnPlayerTakeDamage
#else
#define _ALS_OnPlayerTakeDamage
#endif
#define OnPlayerTakeDamage NULL_OnPlayerTakeDamage
#if defined NULL_OnPlayerTakeDamage
forward NULL_OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid);
#endif
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "LGMAPE.pwn"Made Man
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
430
Postovi:
105
Teme:
Pridružio se:Maj 2017
9. Jun 2019.
002 wrote on June 9, 2019, 12:13 pm:
#include
#include
#include < weapon-config >
#include < SKY >
#if defined _ALS_OnPlayerGiveDamage
#undef OnPlayerGiveDamage
#else
#define _ALS_OnPlayerGiveDamage
#endif
#define OnPlayerGiveDamage NULL_OnPlayerGiveDamage
#if defined NULL_OnPlayerGiveDamage
forward NULL_OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid);
#endif
#if defined _ALS_OnPlayerTakeDamage
#undef OnPlayerTakeDamage
#else
#define _ALS_OnPlayerTakeDamage
#endif
#define OnPlayerTakeDamage NULL_OnPlayerTakeDamage
#if defined NULL_OnPlayerTakeDamage
forward NULL_OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid);
#endif
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "LGMAPE.pwn"C:\Users\User\Desktop\LG-OGC\pawno\include\nex-ac.inc(7097) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\LG-OGC\pawno\include\nex-ac.inc(7097) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\LG-OGC\pawno\include\nex-ac.inc(7097) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\LG-OGC\pawno\include\nex-ac.inc(7097) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\LG-OGC\pawno\include\nex-ac.inc(7097) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\LG-OGC\pawno\include\nex-ac.inc(7097) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\LG-OGC\pawno\include\nex-ac.inc(7121) : error 025: function heading differs from prototypeMorate biti prijavljeni da biste odgovorili na ovu temu.
Prijava
