SA-MP Forums Archive
[FilterScript] [FS] tRegistration - Simple registration script - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] tRegistration - Simple registration script (/showthread.php?tid=136203)



[FS] tRegistration - Simple registration script - Torran - 23.03.2010

THIS SCRIPT IS OUTDATED.
V2 HAS NOW BEEN RELEASED AND I WOULD SUGGEST USING IT
V2 CAN BE FOUND HERE: http://forum.sa-mp.com/index.php?topic=176907.0


Re: [FS] tRegistration - Simple registration script - Diegobatman - 23.03.2010

Might want to post some pics?


Re: [FS] tRegistration - Simple registration script - Torran - 23.03.2010

Quote:
Originally Posted by Diegobatman
Might want to post some pics?
What is there to post pics of?..


Re: [FS] tRegistration - Simple registration script - Carlton - 23.03.2010

Good job.


Re: [FS] tRegistration - Simple registration script - sidhu123 - 23.03.2010

Now make it into an admin system!

Have things like:

- 5 levels
- register
- automatic login
- anti spam
- anti swear
- highest level admin immune from all commands


- jail
- unjail
- mute
- unmute
- kick
- ban
- /ip
- /crash
- save: score, deaths, kills, weapons, money, time in server, AKA
- NO last position saving
- /announce
- /giveweapon
- /disarm
- /setlevel
- /settime
- /setweather
- /watch
- /unwatch
- /report
- /slap
- /goto
- /gethere
- /clearchat
- /sethealth
- /givecash
- /giveallcash
- /god
- /godcar
- /setcash
- /setscore
- /explode
- /setwanted
- /getinfo (gets player's weapons and ammo, altitude, money, armor, health, ip) (level 1+)

- if the player types /kill while in jail, they get kicked
- the person cannot use any command while frozen


I really hope you'll be able to do this!



Re: [FS] tRegistration - Simple registration script - Torran - 23.03.2010

Quote:
Originally Posted by [SAP
Sidhu ]
Now make it into an admin system!

Have things like:

- 5 levels
- register
- automatic login
- anti spam
- anti swear
- highest level admin immune from all commands


- jail
- unjail
- mute
- unmute
- kick
- ban
- /ip
- /crash
- save: score, deaths, kills, weapons, money, time in server, AKA
- NO last position saving
- /announce
- /giveweapon
- /disarm
- /setlevel
- /settime
- /setweather
- /watch
- /unwatch
- /report
- /slap
- /goto
- /gethere
- /clearchat
- /sethealth
- /givecash
- /giveallcash
- /god
- /godcar
- /setcash
- /setscore
- /explode
- /setwanted
- /getinfo (gets player's weapons and ammo, altitude, money, armor, health, ip) (level 1+)

- if the player types /kill while in jail, they get kicked
- the person cannot use any command while frozen


I really hope you'll be able to do this!
I have the checklist still :P
And yes il try do it


Re: [FS] tRegistration - Simple registration script - Lorenc_ - 24.03.2010

I will too XD


Re: [FS] tRegistration - Simple registration script - NiiGHtM4Re - 24.03.2010

Why, you add no AdminLevel?


Re: [FS] tRegistration - Simple registration script - Torran - 24.03.2010

Quote:
Originally Posted by NiiGHtM4Re
Why, you add no AdminLevel?
Because its a Registration system


Re: [FS] tRegistration - Simple registration script - DarkPower - 03.04.2010

i really need this....i will edit it in admin system....do you give me rights for that? If you not then send me PM i wont edit... i respect your work man


Re: [FS] tRegistration - Simple registration script - juuleman - 05.05.2010

I really need this but i need to wait untill it has an automatic login. Hope it will be fast

EDIT: A /stats funtion would be nice also.


Re: [FS] tRegistration - Simple registration script - juuleman - 05.05.2010

Nvm sorry..


Re: [FS] tRegistration - Simple registration script - geerdinho8 - 05.05.2010

OMG, if i register it closes samp-server..


Re: [FS] tRegistration - Simple registration script - NewTorran - 29.05.2010

Quote:
Originally Posted by Sigiamix
OMG, if i register it closes samp-server..
Make sure you have created the folder inside scriptfiles


Re: [FS] tRegistration - Simple registration script - Julian2574 - 29.05.2010

Nice registration FS +1 to you ^^


Re: [FS] tRegistration - Simple registration script - Brandon_Brown - 01.06.2010

I get this: ON line 84

Код:
IsLogged[playerid] = 0;
Код:
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : error 028: invalid subscript (not an array or too many subscripts): "IsLogged"
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : warning 215: expression has no effect
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.




Re: [FS] tRegistration - Simple registration script - bero1711 - 01.06.2010

Nice...I will use theat!

And sorry for my bad English


Re: [FS] tRegistration - Simple registration script - NewTorran - 02.06.2010

Quote:
Originally Posted by Slick_Crack
Nice...I will use theat!

And sorry for my bad English
Quote:
Originally Posted by sTeAlthy [intense-gaming.info
]
I get this: ON line 84

Код:
IsLogged[playerid] = 0;
Код:
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : error 028: invalid subscript (not an array or too many subscripts): "IsLogged"
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : warning 215: expression has no effect
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Admin\Desktop\SAMP\gamemodes\lvrp.pwn(84) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.

This filterscript is outdated, v2 has now been released and is much better: http://forum.sa-mp.com/index.php?topic=176907.0


Re: [FS] tRegistration - Simple registration script - NewTorran - 02.06.2010

EDIT: Oops i forgot i cannot modify the first post using a different account, I must of quoted it instead. Oops lol