View Single Post
Zombiezzz
Veteran Member
Join Date: Nov 2009
Location: Nov 2009
Old 06-04-2011 , 11:46   Re: I start scripting!
Reply With Quote #18

Code:
textzRrYCr.sma(48) : error 017: undefined symbol "g_zclass_grab"
textzRrYCr.sma(52) : error 055: start of function body without function header
textzRrYCr.sma(73) : error 017: undefined symbol "get_g_zclass_grab_aiming"
textzRrYCr.sma(89) : error 017: undefined symbol "get_g_zclass_grab_origin"
textzRrYCr.sma(90) : error 017: undefined symbol "get_g_zclass_grab_origin"
textzRrYCr.sma(91) : error 017: undefined symbol "get_g_zclass_grab_origin"
textzRrYCr.sma(111) : warning 203: symbol is never used: "body"
textzRrYCr.sma(113) : error 010: invalid function or declaration
textzRrYCr.sma(115) : error 010: invalid function or declaration
textzRrYCr.sma(117) : error 029: invalid expression, assumed zero
textzRrYCr.sma(120) : error 054: unmatched closing brace
textzRrYCr.sma(122) : error 010: invalid function or declaration
textzRrYCr.sma(124) : error 010: invalid function or declaration
textzRrYCr.sma(127) : error 010: invalid function or declaration
textzRrYCr.sma(129) : error 010: invalid function or declaration
textzRrYCr.sma(133) : error 010: invalid function or declaration
textzRrYCr.sma(146) : error 054: unmatched closing brace
textzRrYCr.sma(147) : error 010: invalid function or declaration
textzRrYCr.sma(150) : error 010: invalid function or declaration
textzRrYCr.sma(152) : error 010: invalid function or declaration
textzRrYCr.sma(155) : error 010: invalid function or declaration
textzRrYCr.sma(157) : error 010: invalid function or declaration
textzRrYCr.sma(160) : error 010: invalid function or declaration
textzRrYCr.sma(163) : error 017: undefined symbol "id"
textzRrYCr.sma(164) : error 017: undefined symbol "set_zombie_grab_rendering"
textzRrYCr.sma(166) : error 010: invalid function or declaration
textzRrYCr.sma(168) : error 010: invalid function or declaration

Compilation aborted.
26 Errors.
Done.
first off change g_zclass_Grab to g_zclass_grab under class ID, i think its not reading it becuase you changed G to g.

you need to fix the get_g_zclass_grab_aiming and the otehr three, try to define them.

just keep working on each error at a time and try to search for answears
__________________
Zombiezzz is offline