[HLEP]3 Warnings.
#5

Thank you: ) but I have found a new error
C:\Users\Liuyuan\Desktop\gta\gamemodes\lvrcr.pwn(5 30 : error 025: function heading differs from prototype
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
if(Muted[playerid] == 1) {
SendClientMessage(playerid, COLOR_ERROR, "You are Muted. You Cannot Use This Command");
return 0;
}
if(pmsoff[recieverid] == 1) {
SendClientMessage(playerid, COLOR_YELLOW, "That player is not accepting Private Messages at this time");
return 0;
}
SendClientMessage(recieverid, COLOR_GREY, "Type /pmoff to refuse Personal Messages");
SpamStrings[playerid] ++;
new pmsg[128];
new priname[32],prinamee[32];
GetPlayerName(playerid,priname, sizeof(priname));
GetPlayerName(recieverid,prinamee, sizeof(prinamee));
format(pmsg, sizeof(pmsg), "2**(PM)** From \2;%s(%i)\2; To \2;%s(%i)\2; - %s",priname,playerid,prinamee,recieverid,text); // [0] <jacob> hi
ircSay(EchoConnection, EchoChan,pmsg);

return 1;
}
Reply


Messages In This Thread
[HLEP]3 Warnings. - by qq465407261 - 27.07.2011, 17:53
Re: [HLEP]3 Warnings. - by iPLEOMAX - 27.07.2011, 17:58
Re: [HLEP]3 Warnings. - by Skaizo - 27.07.2011, 17:59
Re: [HLEP]3 Warnings. - by AndreT - 27.07.2011, 18:33
Re: [HLEP]3 Warnings. - by qq465407261 - 28.07.2011, 02:19
Re: [HLEP]3 Warnings. - by Grim_ - 28.07.2011, 02:22

Forum Jump:


Users browsing this thread: 1 Guest(s)