Anketa
Pitanje:
Pomoc
Opcije 1: pomoc
glasova: 1
Opcije 2: pomoc
glasova: 0
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.
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.
Znam...to je damage info nez do Äega je
Definisi drugacije freeze x y z u weapon-config.
Kako?
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
Pa recimo imas new Float:x u inc. Ti to promenis u Float:xy. Razumes li?
Da.