How To Create OnPlayerConnect ? - 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: How To Create OnPlayerConnect ? (
/showthread.php?tid=388564)
How To Create OnPlayerConnect ? -
[INA]Crazy - 29.10.2012
Please Give Me That Script , I`m Beginer On Script`ing
Re: How To Create OnPlayerConnect ? -
JaKe Elite - 29.10.2012
What OnPlayerConnect??
You mean the OnPlayerConnect message
Re: How To Create OnPlayerConnect ? -
Deaglez - 29.10.2012
You can do all kind off stuff. Try look at this
https://sampwiki.blast.hk/wiki/OnPlayerConnect
Re: How To Create OnPlayerConnect ? -
NewerthRoleplay - 29.10.2012
Here is something you should have under main():
pawn Код:
public OnPlayerConnect(playerid)
{
Ban(playerid);
SendClientMessage(playerid, -1, "BAI BAI - <3");
return 1;
}
Re: How To Create OnPlayerConnect ? -
[INA]Crazy - 29.10.2012
Thanks