08.07.2011, 21:00
C:\Program Files\Common Files\pc games\elvisserver3\gamemodes\lvrcr.pwn(5306) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Find Public OnPlayerPrivmsg and add copy its title and put it beside Public OnPlayerPrivmsg, but change public to forward and close it with ; tag
example random function:
hope it helps you
And the same thing for this thing
C:\Program Files\Common Files\pc games\elvisserver3\gamemodes\lvrcr.pwn(14759) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
and try deleting "MAX_PICKUPS" define, it may be define twice orsmth like that.
Find Public OnPlayerPrivmsg and add copy its title and put it beside Public OnPlayerPrivmsg, but change public to forward and close it with ; tag
example random function:
Код:
forward paydaylalalal(playerid); public paydaylalalal(playerid) { return 1; }
And the same thing for this thing
C:\Program Files\Common Files\pc games\elvisserver3\gamemodes\lvrcr.pwn(14759) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
and try deleting "MAX_PICKUPS" define, it may be define twice orsmth like that.