Trying to switch from using ZCMD to y_commands
#1

I have been trying to switch from YCMD to y_commands but I am getting these errors:

pawn Код:
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_master.inc(974) : warning 235: public function lacks forward declaration (symbol "OnMasterSystemInit")
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_master.inc(1083) : error 017: undefined symbol "OnMasterSystemInit"
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_master.inc(1083) : error 010: invalid function or declaration
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_scripting.inc(297) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_commands.inc(793) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_commands.inc(1191) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_commands.inc(1264) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_commands.inc(1326) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_commands.inc(1519) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_commands.inc(1600) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\Testing\pawno\include\YSI\y_commands.inc(1955) : warning 219: local variable "hash" shadows a variable at a preceding level
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
and have no idea what I've might done wrong, anyone that knows?

EDIT:
When using pawno from another folder I am getting some other errors:

pawn Код:
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\internal\y_version.inc(257) : warning 219: local variable "code" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_amx.inc(365) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_amx.inc(413) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_amx.inc(648) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\internal\..\internal\y_dohooks.inc(1720) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterCheckpoint")
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\internal\..\internal\y_dohooks.inc(1783) : warning 201: redefinition of constant/macro (symbol "OnPlayerLeaveCheckpoint")
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\internal\..\internal\y_dohooks.inc(3426) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage")
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\internal\..\internal\y_dohooks.inc(3495) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamage")
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_commands.inc(904) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_commands.inc(1405) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_commands.inc(1460) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_commands.inc(1535) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_commands.inc(1598) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_commands.inc(1930) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\pawno\include\YSI\y_commands.inc(2365) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(9372) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(9382) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(9503) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(9523) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(9530) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(9589) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10596) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10596) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10615) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10615) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10631) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10631) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10647) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10647) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10662) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10662) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10677) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10677) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10692) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10692) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10707) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10707) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10722) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10722) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10738) : error 047: array sizes do not match, or destination array is too small
C:\Users\Ole Kristian\Desktop\Spill\San Andreas Multiplayer\San Andreas Multiplayer Server\[0.3c] Universe of Paradise\gamemodes\SATDM~RP YSI 2.pwn(10738) : error 047: array sizes do not match, or destination array is too small

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)