Quote:
Originally Posted by sciman001
F:\dmserver\gamemodes\A51DM.pwn(161) : warning 235: public function lacks forward declaration (symbol "AdminLock")
WTF  ??
|
Somewhere out of publics (best under other forwards)
Code:
forward AdminLock(params);
I have no idea about params, write it yourself.