SA-MP Forums Archive
UCP - 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: UCP (/showthread.php?tid=218387)



UCP - FlyBoy - 30.01.2011

Hey guys,
I got a UCP working and all but I want people who connect to my server to get this message,
*Please Register @ www.ls-precision.net*
then get kicked. But, I want when they register through the UCP to be saved on the MYSQL database but also a scriptfile. Then they can connect and log in. Please help me.

Thanks.


Re: UCP - Malik_Henderson - 30.01.2011

My man FlyBoy - Lil Chris Maybe you have done what I thought you couldn't love the server other then the script need better script but talk to me via MSN!!


Re: UCP - Not available - 30.01.2011

After checking if the player is registered or not, do this if it returns false.
pawn Код:
SendClientMessage(playerid, 0xFF00FFAA, "Please Register @ www.ls-precision.net*");
Kick(playerid);