02.01.2015, 14:37
Quote:
|
i making my script to use ycmd commands i deleted all zcmd commands and included ycmd,and put YSI files to include folder but i have about 21 eror whic say me two things..
Код:
Gamemode X3\pawno\include\YSI\y_stringhash.inc(669) : warning 219: local variable "hash" shadows a variable at a preceding level Gamemode X3\pawno\include\YSI\y_master/once.inc(335) : error 017: undefined symbol "YSIM_MASTER" |
this just means that somewhere in one of your scripts is a variable that has the same identifier as something in y_stringhash. "hash"in your case. so just search form that in your scripts and rename it.
asfor the undefined symbol... not sure, might even disappear after fixing the 1st one with a lil luck :P
you'll see


