I hawe this problem
#1

I em compile the FS
Code..
public OnPlayerPrivatemsg(playerid, recieverid, text[]) {
if(!IsPlayerConnected(playerid)||!IsPlayerConnecte d(recieverid)) return 0;
new string[256], ToName[24], Name[24]; GetPlayerName(playerid,Name,24);
if(Config[ExposePMS]) {
GetPlayerName(recieverid,ToName,24);
format(string,256,"PM: %s [%d] -> %s [%d]: %s",Name,playerid,ToName,recieverid,text);
SendMessageToAdmins(string);
}


End look this
\xadmini.pwn(1217) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivatemsg")
Reply


Messages In This Thread
I hawe this problem - by Alienware95 - 27.12.2016, 10:28
Re: I hawe this problem - by Stev - 27.12.2016, 10:43
Re: I hawe this problem - by Alienware95 - 27.12.2016, 10:46
Re: I hawe this problem - by oMa37 - 27.12.2016, 11:22

Forum Jump:


Users browsing this thread: 1 Guest(s)