SA-MP Forums Archive
[FilterScript] [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - 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] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] (/showthread.php?tid=372212)

Pages: 1 2 3 4


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Justin Reif - 26.08.2012

Can I take some part to create something my own?


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Youarex - 26.08.2012

This is a top notch script. Would've been a few notches better with foreach and whirlpool though.


AW: Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Mellnik - 26.08.2012

Quote:
Originally Posted by Justin Reif
Посмотреть сообщение
Can I take some part to create something my own?
Yes you can.

Quote:
Originally Posted by YouareX
Посмотреть сообщение
This is a top notch script. Would've been a few notches better with foreach and whirlpool though.
I can add both in a new update but I heard foreach doesnt make a big diffrent in case you dont have loops like
Код:
		for(new i = 0; i < MAX_PLAYERS; i++)
	        {
                       if(your code)
                       {
                               for(new i = 0; i < MAX_PLAYERS; i++)
		               {
                       
                               }
                       }
                }
but you can save some scriptlines because it auto checks things like IsPlayerConnected i think..


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - DeadLy™ - 26.08.2012

Good Work!


Respuesta: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - hotspicytaco - 26.08.2012

Great script, it's going to help me with some things.


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - swell - 27.08.2012

When i start samp-server he says: This application has failed to start because libmysql.dll can not be found.
How to fix that?
Because now he can't start mysql plugin.


AW: Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Mellnik - 27.08.2012

Quote:
Originally Posted by swell
Посмотреть сообщение
When i start samp-server he says: This application has failed to start because libmysql.dll can not be found.
How to fix that?
Because now he can't start mysql plugin.
here you go http://files.g-stylezzz.com/libmySQL.dll
Put it in the root dir of samp


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Supername - 22.09.2012

C:\Users\Documents\SAMP Server\filterscripts\MellAdmin.pwn(60) : fatal error 100: cannot read from file: "md5"

Having this problem when i try to compile, the script


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - RedZombieHD - 03.10.2012

Hey,
Don't know if this is possible, but is there any chance to have a include so we can make admin commands in other scripts?

Thanks in advanced.
-RedZombieHD


AW: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Mellnik - 03.10.2012

For dini, it would be easy but not for threaded mysql.

But you can save the adminlevel into GVars instead of the normal variables.


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Ghost_Boii - 03.10.2012

Nice FS


Re: AW: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - RedZombieHD - 03.10.2012

Quote:
Originally Posted by Mellnik
Посмотреть сообщение
For dini, it would be easy but not for threaded mysql.

But you can save the adminlevel into GVars instead of the normal variables.
Ok, I would if I knew how to, a little help would be useful

Thanks in advanced.
-RedZombie


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - AliceCullen - 27.10.2012

C:\Users\Documents\SAMP Server\filterscripts\MellAdmin.pwn(60) : fatal error 100: cannot read from file: "md5"


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - WizBoy - 27.10.2012

Awesomeeee.. Rep+


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Hansolue - 11.11.2012

Great !!!


Respuesta: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Gryphus One - 12.11.2012

Sorry, it can't be compiled because your .zip file lacks the md5 include, and searching for it in ****** doesn't give easy and immediate results.


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Fernado Samuel - 12.11.2012

I was searching for something like this, ty dude


Re : [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Hydrotoxic - 14.11.2012

Hello,

Sorry for this post translated with ******

after you change the "melladmin.pwn"

I get these errors at compile time:

Quote:

MellAdmin.pwn(3635) : warning 236: unknown parameter in substitution (incorrect #define pattern)
MellAdmin.pwn(3635) : warning 236: unknown parameter in substitution (incorrect #define pattern)
MellAdmin.pwn(3635) : warning 236: unknown parameter in substitution (incorrect #define pattern)
MellAdmin.pwn(3635) : warning 236: unknown parameter in substitution (incorrect #define pattern)
MellAdmin.pwn(3635) : warning 236: unknown parameter in substitution (incorrect #define pattern)
MellAdmin.pwn(3635) : warning 236: unknown parameter in substitution (incorrect #define pattern)
MellAdmin.pwn(3635) : warning 236: unknown parameter in substitution (incorrect #define pattern)
MellAdmin.pwn(3635) : error 029: invalid expression, assumed zero
MellAdmin.pwn(3635) : warning 215: expression has no effect
MellAdmin.pwn(3635) : error 029: invalid expression, assumed zero
MellAdmin.pwn(3635) : warning 215: expression has no effect
MellAdmin.pwn(3635) : error 029: invalid expression, assumed zero
MellAdmin.pwn(3635) : fatal error 107: too many error messages on one line

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


4 Errors.

I do not understand

What do you think?

thank you


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Toby_Manley - 16.11.2012

This Admin system reminds me of this Admin System https://sampforum.blast.hk/showthread.php?tid=250053 .....Urm Copy??


Re: [FS] « MellAdmin » - Advanced Account System [ ZCMD | SSCANF | MYSQL R7 | DINI | MD5 | VIP | 60+ commands] - Baumann - 21.11.2012

i got problem , it will show only one skin , it let choose skin and if click spawn then i all players see san andreas nigger skin . hot to fix it?