[HELP] Register System - 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: [HELP] Register System (
/showthread.php?tid=266283)
[HELP] Register System -
ServerScripter - 04.07.2011
Hay, someon can make/give me a code do that:
whene player connect , a dialog say: you are not registred please register here:
and a login : please login or something
BUT i need him save: Score,Kills,LevelAdmin,Pass, and level VIP.
Please help me, i don't need a FS but i simple cod ^^ sorry i'm newbie here..
Re: [HELP] Register System -
RyDeR` - 04.07.2011
Take a look in this section, there are tons of things like that:
http://forum.sa-mp.com/forumdisplay.php?f=17
Re : [HELP] Register System -
ServerScripter - 04.07.2011
i tryed to install MREGV7 but i've a lot of errors whene i complie:
Код:
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(393) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(393) : error 033: array must be indexed (variable "cmd")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(411) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(411) : error 033: array must be indexed (variable "tmp")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(426) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(426) : error 033: array must be indexed (variable "tmp")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(440) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(440) : error 033: array must be indexed (variable "cmd")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(442) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(442) : error 033: array must be indexed (variable "tmp")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(489) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(489) : error 033: array must be indexed (variable "tmp")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(502) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(502) : error 033: array must be indexed (variable "tmp")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(516) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(516) : error 033: array must be indexed (variable "tmp")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(529) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(529) : error 033: array must be indexed (variable "tmp")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(543) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(543) : error 033: array must be indexed (variable "tmp")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(545) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(545) : error 033: array must be indexed (variable "tmp2")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(610) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(610) : error 033: array must be indexed (variable "tmp")
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(646) : error 017: undefined symbol "strtok"
C:\DOCUME~1\PC\Bureau\ZOMBIE~1\FILTER~1\MREGV0~1.PWN(646) : error 033: array must be indexed (variable "tmp")
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Re : [HELP] Register System -
ServerScripter - 04.07.2011
Please i need a simple registration system who can save:Score/money/viplevel/adminlevel/pass/name/
and aslo Msn if u know how...
Re: [HELP] Register System -
Jeffry - 04.07.2011
Make one on your own:
https://sampforum.blast.hk/showthread.php?tid=167937
https://sampforum.blast.hk/showthread.php?tid=101560
https://sampforum.blast.hk/showthread.php?tid=47131
https://sampforum.blast.hk/showthread.php?tid=213602
FS's:
https://sampforum.blast.hk/showthread.php?tid=250053
https://sampforum.blast.hk/showthread.php?tid=173460
https://sampforum.blast.hk/showthread.php?tid=191949
https://sampforum.blast.hk/showthread.php?tid=107271
Or, Admin FS:
https://sampforum.blast.hk/showthread.php?tid=120724
https://sampforum.blast.hk/showthread.php?tid=19819
Jeffry
Re : [HELP] Register System -
ServerScripter - 04.07.2011
thank you very muchJeffry! i gonna check it now!
Re: Re : [HELP] Register System -
Jeffry - 04.07.2011
Quote:
Originally Posted by ServerScripter
thank you very muchJeffry! i gonna check it now!
|
Alright. I hope you can find the best one for you.
Jeffry