- 28 Marzo 2014
- 227
- 0
- Miglior risposta
- 0
Ciao a tutti, ho provato a fare un sistema graffiti per la mia GM, ma mi da 7 errori e non capisco come risolverli.
Eccoli qui:
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(2817) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickTextDraw")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(2861) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayerTextDraw")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(2905) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(2957) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditAttachedObject")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(3016) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(86) : error 017: undefined symbol "SetObjectMaterialText"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(87) : error 017: undefined symbol "EditObject"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(140) : error 017: undefined symbol "EditObject"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(161) : error 017: undefined symbol "SetObjectMaterialText"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(167) : error 017: undefined symbol "EDIT_RESPONSE_FINAL"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(205) : error 017: undefined symbol "EDIT_RESPONSE_CANCEL"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(232) : error 017: undefined symbol "SetObjectMaterialText"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
7 Errors.
Eccoli qui:
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(2817) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickTextDraw")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(2861) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayerTextDraw")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(2905) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(2957) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditAttachedObject")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\include\YSI\y_hooks/impl.inc(3016) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(86) : error 017: undefined symbol "SetObjectMaterialText"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(87) : error 017: undefined symbol "EditObject"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(140) : error 017: undefined symbol "EditObject"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(161) : error 017: undefined symbol "SetObjectMaterialText"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(167) : error 017: undefined symbol "EDIT_RESPONSE_FINAL"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(205) : error 017: undefined symbol "EDIT_RESPONSE_CANCEL"
C:\Users\Amministratore\Desktop\LostCoastRoleplay\pawno\SistemaGraffiti.pwn(232) : error 017: undefined symbol "SetObjectMaterialText"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
7 Errors.