Filterscript help? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Filterscript help? (
/showthread.php?tid=168651)
Filterscript help? -
Karl1195 - 16.08.2010
How to make that when some one enter the server they get a message Filterscript_ThePrison loaded scripted by Will
How to make that in a filterscript?
Re: Filterscript help? -
akis_tze - 16.08.2010
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, 0xDABB3EAA, "Filterscript_ThePrison loaded scripted by Will");
return 1;
}