[FilterScript] Simple Register / Login
#1

Name:
Simple Register / Login

Type:
Filterscript

Other:
new lspawn = 1;
If that is set to 0 players wont have to register or login in order to spawn... otherwise it set to force register and spawn!

Notes:
Under script files you must make a folder called users!

Downloads:
Pwn:
http://solidfiles.com/d/1a34/
Amx:
http://solidfiles.com/d/71775/
Pastebin:
http://pastebin.com/DjHa2z1G

Donations:
Send any ammound over $5 to epic.matrix101@gmail.com (using paypal) to help support my scripts! or visit my website:

Coming soon

Reply
#2

good for beginners
Reply
#3

Quote:
Originally Posted by F_Lexx
Посмотреть сообщение
good for beginners
Thank you, finaly some feedback! btw ive been doing pawn for a few years... This is just a hour work as im to lazy to make a whole new GF not a GF edit a new GF gm XD
Reply
#4

Nice, i needed this
Reply
#5

Quote:
Originally Posted by Aleluja
Посмотреть сообщение
Nice, i needed this
np man
Reply
#6

If i try to compile it says:
C:\Users\Rick_2.PC_van_Rick\Desktop\sregister.pwn( 3) : fatal error 100: cannot read from file: "dini"


How to fix?
Reply
#7

Quote:
Originally Posted by Rickzor14
Посмотреть сообщение
If i try to compile it says:
C:\Users\Rick_2.PC_van_Rick\Desktop\sregister.pwn( 3) : fatal error 100: cannot read from file: "dini"


How to fix?
download inlclude dini by DracoBlue.. And that file you copy to /pawno/includes/
Reply
#8

pawn Код:
public OnPlayerSpawn(playerid)
{
        //Can't spawn if your not logged in or registered...
That doesn't work. Put the code in OnPlayerRequestSpawn.

Also, one could spam /login and get money each time!
Reply
#9

Quote:
Originally Posted by g_aSlice
Посмотреть сообщение
pawn Код:
public OnPlayerSpawn(playerid)
{
        //Can't spawn if your not logged in or registered...
That doesn't work. Put the code in OnPlayerRequestSpawn.

Also, one could spam /login and get money each time!
Oops ive been doing this like its a gm D: il fix for u
Reply
#10

Nice but next time use like this
Код:
public OnPlayerConnect(playerid)
{
	SendClientMessage(playerid, -1, "Use /register or /login to Play Then click Spawn!");
	return 1;
}
Becuse People wont understand in the server the commands automatic lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)