How To Create OnPlayerConnect ?
#1

Please Give Me That Script , I`m Beginer On Script`ing
Reply
#2

What OnPlayerConnect??

You mean the OnPlayerConnect message
Reply
#3

You can do all kind off stuff. Try look at this

https://sampwiki.blast.hk/wiki/OnPlayerConnect
Reply
#4

Here is something you should have under main():
pawn Код:
public OnPlayerConnect(playerid)
{
    Ban(playerid);
    SendClientMessage(playerid, -1, "BAI BAI - <3");
    return 1;
}
Reply
#5

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)