Help me
#1

I got this problem

pawn Код:
C:\Documents and Settings\User\Desktop\The Godfather\gamemodes\gf.pwn(26207) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
and here is script
pawn Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
    return 0;
}
Help me plz
Reply
#2

Just remove the code:

pawn Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
    return 0;
}
It's a function that used to be enabled in the older SA-MP versions (0.2x<) but was recently removed. Godfather appears to not have been updated since.
Reply
#3

Thanks, removed and no errors THANKS
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)