Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: .начо poslato Februar 22, 2018, 00:59:15 PRE PODNE

Anketa
Pitanje: Pomoc
Opcije 1: pomoc glasova: 1
Opcije 2: pomoc glasova: 0
Naslov: OnPlayerTakeDamage // Damage Informer
Poruka od: .начо poslato Februar 22, 2018, 00:59:15 PRE PODNE
Detaljan opis problema: Ne znam ocemu je samo mi ovo izaso sve sam lepo  ::)
Dio skripte: LK
Neke slike/video za lakse dobivanje pomoci(neobavezno):
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\weapon-config.inc(1495) : warning 219: local variable "freeze" shadows a variable at a preceding level
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\weapon-config.inc(1630) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\weapon-config.inc(1630) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\weapon-config.inc(1630) : warning 219: local variable "Z" shadows a variable at a preceding level
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_scriptinit.inc(110) : warning 209: function "WC_OnFilterScriptInit" should return a value
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_scriptinit.inc(131) : warning 209: function "WC_OnGameModeInit" should return a value
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_scriptinit.inc(178) : warning 209: function "WC_OnFilterScriptExit" should return a value
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_scriptinit.inc(196) : warning 209: function "WC_OnGameModeExit" should return a value
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_hooks.inc(3235) : error 021: symbol already defined: "OnPlayerTakeDamage"
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_hooks.inc(3304) : error 021: symbol already defined: "OnPlayerGiveDamage"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Naslov: Odg: OnPlayerTakeDamage // Damage Informer
Poruka od: twoblqck.art poslato Februar 22, 2018, 13:07:52 POSLE PODNE
Citat: Nacho poslato Februar 22, 2018, 00:59:15 PRE PODNE
Detaljan opis problema: Ne znam ocemu je samo mi ovo izaso sve sam lepo  ::)
Dio skripte: LK
Neke slike/video za lakse dobivanje pomoci(neobavezno):
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\weapon-config.inc(1495) : warning 219: local variable "freeze" shadows a variable at a preceding level
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\weapon-config.inc(1630) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\weapon-config.inc(1630) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\weapon-config.inc(1630) : warning 219: local variable "Z" shadows a variable at a preceding level
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_scriptinit.inc(110) : warning 209: function "WC_OnFilterScriptInit" should return a value
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_scriptinit.inc(131) : warning 209: function "WC_OnGameModeInit" should return a value
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_scriptinit.inc(178) : warning 209: function "WC_OnFilterScriptExit" should return a value
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_scriptinit.inc(196) : warning 209: function "WC_OnGameModeExit" should return a value
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_hooks.inc(3235) : error 021: symbol already defined: "OnPlayerTakeDamage"
C:\Users\DENIS\Desktop\Vice City GameMode\pawno\include\YSI\y_hooks.inc(3304) : error 021: symbol already defined: "OnPlayerGiveDamage"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.


Ako si ubacio kakav include,zbog toga ti je.
Naslov: Odg: OnPlayerTakeDamage // Damage Informer
Poruka od: .начо poslato Februar 22, 2018, 13:08:53 POSLE PODNE
Znam...to je damage info nez do čega je
Naslov: Odg: OnPlayerTakeDamage // Damage Informer
Poruka od: lucius poslato Februar 22, 2018, 13:37:41 POSLE PODNE
Definisi drugacije freeze x y z u weapon-config.
Naslov: Odg: OnPlayerTakeDamage // Damage Informer
Poruka od: .начо poslato Februar 22, 2018, 13:42:02 POSLE PODNE
Kako?
Naslov: Odg: OnPlayerTakeDamage // Damage Informer
Poruka od: lucius poslato Februar 22, 2018, 13:45:39 POSLE PODNE
Pa promenis freeze na toj liniji u zaledi ili x u blax itd, lepo ti pise da ti je duplo definisano freeze x y z
Naslov: Odg: OnPlayerTakeDamage // Damage Informer
Poruka od: xsar.p poslato Februar 22, 2018, 14:02:30 POSLE PODNE
Pa recimo imas new Float:x u inc. Ti to promenis u Float:xy. Razumes li?
Naslov: Odg: OnPlayerTakeDamage // Damage Informer
Poruka od: .начо poslato Februar 22, 2018, 15:06:40 POSLE PODNE
Da.