SA-MP Forums Archive
D:\Users\User\Desktop\Samp gm\gamemodes\samprplve.pwn(20561) : error 017: undefined symbol "CleanPlayerChat" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: D:\Users\User\Desktop\Samp gm\gamemodes\samprplve.pwn(20561) : error 017: undefined symbol "CleanPlayerChat" (/showthread.php?tid=584120)



... - ricardsvv - 02.08.2015

Tnx bro!


Re: D:\Users\User\Desktop\Samp gm\gamemodes\samprplve.pwn(20561) : error 017: undefined symbol "CleanPlayerChat" - xVIP3Rx - 02.08.2015

If it doesn't exist, add it somewhere outside the command

pawn Код:
stock CleanPlayerChat(playerid)
{
    for(new i; i < 50; i++) SendClientMessage(playerid,-1," ");
    return 1;
}



Re: D:\Users\User\Desktop\Samp gm\gamemodes\samprplve.pwn(20561) : error 017: undefined symbol "CleanPlayerChat" - ricardsvv - 02.08.2015

Tanx bro yo are best !