help with error 19 2
#2

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:

Код:
forward paydaylalalal(playerid);
public paydaylalalal(playerid)
{
return 1;
}
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.
Reply


Messages In This Thread
help with error 19 2 - by sampx - 07.07.2011, 00:36
Re: help with error 19 2 - by andruz99 - 08.07.2011, 21:00
Re: help with error 19 2 - by sampx - 09.07.2011, 22:27
Re: help with error 19 2 - by PrawkC - 09.07.2011, 22:32

Forum Jump:


Users browsing this thread: 1 Guest(s)