SA-MP Forums Archive
[Include] [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - 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)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready (/showthread.php?tid=31)

Pages: 1 2 3 4


Re: [DUDB] Userdatabase Management (Version 2.3, 3rd June) // 0.2#Ready - jtg91 - 25.06.2007

ok thats me not gna help lol see ya


Re: [DUDB] Userdatabase Management (Version 2.3, 3rd June) // 0.2#Ready - polgast - 25.06.2007

Kk sry! But really i need help i cant mod my server because of this! and im almost ready to cry!


Re: [DUDB] Userdatabase Management (Version 2.3, 3rd June) // 0.2#Ready - DracoBlue - 28.06.2007

Quote:
Originally Posted by polgast
Dude i get the same error every time "Cannot Find BUDB" What should i do?
eh .. BUDB? Better include DUDB.

There seem to be some issues on some systems with capital and lowercase letters. So be sure you #include <DUDB> and have DUDB.inc as sampserverexefolder/pawno/include/DUDB.inc


Re: [DUDB] Userdatabase Management (Version 2.3, 3rd June) // 0.2#Ready - Blitz456 - 05.07.2007

Hi, i have loading dies FS, but whenn i type of compile/run, than come ne error:

Код:
C:\DOKUME~1\blitz\Desktop\SAMP02~1.1SE\FILTER~1\DUDBDT~1.PWN(2) : fatal error 100: cannot read from file: "dtest"
please help me, and sry for my bad englisch.


Re: [DUDB] Userdatabase Management (Version 2.3, 3rd June) // 0.2#Ready - bradfish - 05.07.2007

Quote:
Originally Posted by ******
http://www.compuphase.com/pawn/pawn-lang.pdf

If you get an error look it up in there.



Re: [DUDB] Userdatabase Management (Version 2.3, 3rd June) // 0.2#Ready - Warriors_Tornado - 05.07.2007

what is this


Re: [DUDB] Userdatabase Management (Version 2.3, 3rd June) // 0.2#Ready - jtg91 - 05.07.2007

draco can you tell me why when a player is id 0 they get respawned if someone spawns before they login and gets kicked?

heres the kick code
Код:
public OnPlayerSpawn(playerid)
{
	if (!PLAYERLIST_authed[playerid])
		{
		SendClientMessage(playerid,0xAA3333AA,"->Kicked: You must register using /register or login using /login before spawning");
		Kick(playerid);
		}
	return 1;
}



Re: [DUDB] Userdatabase Management (Version 2.3, 3rd June) // 0.2#Ready - Maikel - 05.07.2007

Nice DracoBlue


Re: [DUDB] Userdatabase Management (Version 2.3, 3rd June) // 0.2#Ready - DracoBlue - 06.07.2007

Quote:
Originally Posted by [SAB
jtg91 ]
draco can you tell me why when a player is id 0 they get respawned if someone spawns before they login and gets kicked?

heres the kick code
Код:
public OnPlayerSpawn(playerid)
{
	if (!PLAYERLIST_authed[playerid])
		{
		SendClientMessage(playerid,0xAA3333AA,"->Kicked: You must register using /register or login using /login before spawning");
		Kick(playerid);
		}
	return 1;
}
This function should kick everyone, where you didn't set the PLAYERLIST_authed value. Where do you set that value?

Kind regard,s
Jan (DracoBlue)


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - Goobiiify - 20.03.2010

Quote:
Originally Posted by DracoBlue
Quote:
Originally Posted by Goobii
How do you put the account file inside a folder called Users?
I don't get that part ;P
See this:
http://forum.sa-mp.com/index.php?top...1840#msg511840
Sorry again, But when I tested this, It's still not saving it in the folder. "scriptfiles/Users" :/


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - Luka P. - 20.03.2010

Make sure you created folder yourself first.


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - Goobiiify - 20.03.2010

Quote:
Originally Posted by Luka™
Make sure you created folder yourself first.
I tried that with no succeed. :/


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - xcasio - 29.03.2010

Any clue what the point of the player file encoding is?


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - AzTeCaS - 26.11.2010

can one send me dubd link?


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - dj_william - 01.12.2010

Looks good, everything compiles for me except dini.pwn, gives me the following errors:

Код:
C:\Users\William\Desktop\sampserv\filterscripts\dini.dtest.pwn(36) : error 001: expected token: ";", but found "-identifier-"
C:\Users\William\Desktop\sampserv\filterscripts\dini.dtest.pwn(37) : error 001: expected token: ";", but found "-identifier-"
C:\Users\William\Desktop\sampserv\filterscripts\dini.dtest.pwn(38) : error 001: expected token: ";", but found "-identifier-"
C:\Users\William\Desktop\sampserv\filterscripts\dini.dtest.pwn(39) : error 001: expected token: ";", but found "-identifier-"
C:\Users\William\Desktop\sampserv\filterscripts\dini.dtest.pwn(40) : error 001: expected token: ";", but found "-identifier-"
C:\Users\William\Desktop\sampserv\filterscripts\dini.dtest.pwn(41) : error 001: expected token: ";", but found "-identifier-"
C:\Users\William\Desktop\sampserv\filterscripts\dini.dtest.pwn(43) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


7 Errors.
p.s. everyone who uses this needs dtest.


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - Lookin - 01.12.2010

just add the ";" were needed


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - dj_william - 03.12.2010

Quote:
Originally Posted by Lookin
Посмотреть сообщение
just add the ";" were needed
Wow duh, I don't know why I did not see that. Thanks.


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - Scenario - 03.12.2010

I didn't even know this was released. It seems "DracoBlue" hasn't really released anything efficient lately (yes, I know this was released in 2006). I sure hope nobody's actually thinking of using this.


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - [L3th4l] - 03.12.2010

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
I didn't even know this was released. It seems "DracoBlue" hasn't really released anything efficient lately (yes, I know this was released in 2006). I sure hope nobody's actually thinking of using this.
I use but without dini, i converted to djson :]


Re: [DUDB] Userdatabase Management (Version 2.4, 4th July) // 0.2#Ready - Grim_ - 03.12.2010

Unfortunately people do still use this script. I would really hope DracoBlue would take the download links to this extremely outdated and inefficient script - As well as dini's.

People need to realize these scripts are terrible (no offense to DracoBlue) and go pick up something else, like SII/djSon/y-ini.