mAdmin help
#1

Hello all,
I am using mAdmin, but when i want to compile it, I always get this error:

Код:
C:\Users\Korisnik\Desktop\test\filterscripts\mAdmin.pwn(531) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
This is the PAWN code:
pawn Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
    new RecieverName[24], pName[24], str[256];
    GetPlayerName(recieverid, RecieverName, sizeof(RecieverName));
    GetPlayerName(playerid, pName, sizeof(pName));
    format(str, sizeof(str), "* PM from %s (ID: %d) to %s (ID: %d): %s", pName, playerid, RecieverName, recieverid, text);
    SendModMsg(COLOR_LIGHTBLUE, str);
    return 1;
}
Any help will be highly appericiated

Kappa
Reply


Messages In This Thread
mAdmin help - by KappaCro - 07.08.2011, 02:11
Re: mAdmin help - by Scenario - 07.08.2011, 02:39
Re: mAdmin help - by Kush - 07.08.2011, 02:41
Re: mAdmin help - by KappaCro - 07.08.2011, 02:57
Re: mAdmin help - by Kush - 07.08.2011, 03:09
Re: mAdmin help - by KappaCro - 07.08.2011, 03:14
Re: mAdmin help - by Grim_ - 07.08.2011, 03:19
Re: mAdmin help - by KappaCro - 07.08.2011, 10:12
Re: mAdmin help - by Basicz - 07.08.2011, 10:37
Re: mAdmin help - by KappaCro - 07.08.2011, 12:17

Forum Jump:


Users browsing this thread: 4 Guest(s)