SA-MP Forums Archive
[HELP] i have a problem with my sript ... - 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] i have a problem with my sript ... (/showthread.php?tid=137883)



[HELP] i have a problem with my sript ... - Wetze789 - 30.03.2010

Код:
if(ServerInfo[ConnectMessages] == 1)
	{
	  new pAKA[256]; pAKA = dini_Get("ladmin/config/aka.txt",tmp3);
		if (strlen(pAKA) < 3) format(str,sizeof(str),"*** %s (%d) has joined the server", PlayerName, playerid);
		else if (!strcmp(pAKA,PlayerName,true)) format(str,sizeof(str),"*** %s (%d) has joined the server", PlayerName, playerid);
		else format(str,sizeof(str),"*** %s (%d) has joined the server (aka %s)", PlayerName, playerid, pAKA );

		for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && playerid != i)
		{
			if(PlayerInfo[i][Level] > 2) SendClientMessage(i,grey,str);
			else {
				format(string,sizeof(string),"*** %s (%d) has joined the server", PlayerName, playerid);
			 	SendClientMessage(i,grey,string);
			}
		}
[img width=766 height=768]/imageshack/img38/5692/unbenanntuxt.jpg[/img]
can anyone say me what is the problem?
pls help

mfg wetze789


Re: [HELP] i have a problem with my sript ... - Wetze789 - 30.03.2010

Pls help

wetze789


Re: [HELP] i have a problem with my sript ... - westre - 30.03.2010

Include DINI/DUDB.


Re: [HELP] i have a problem with my sript ... - Wetze789 - 30.03.2010

Quote:
Originally Posted by WESTre
Include DINI/DUDB.
where i must writhe this?


Re: [HELP] i have a problem with my sript ... - Wetze789 - 31.03.2010

Quote:
Originally Posted by Wetze789
Quote:
Originally Posted by WESTre
Include DINI/DUDB.
where i must writhe this?
pls help...


Re: [HELP] i have a problem with my sript ... - Mr L - 31.03.2010

here its the Dini http://dracoblue.net/download/dini-16/35/



Re: [HELP] i have a problem with my sript ... - Wetze789 - 31.03.2010

Quote:
Originally Posted by Kinto
and i must download this...and than?

and what about DUDB?

mfg wetze789


Re: [HELP] i have a problem with my sript ... - aircombat - 31.03.2010

after download dini and dudb , put them in pawno/include
then add in top of ur script :
#include <dini>
#include <dudb>


Re: [HELP] i have a problem with my sript ... - Wetze789 - 31.03.2010

[img width=766 height=768]/imageshack/img441/2569/unbenanntkj.jpg[/img]

I still have a problem

where i can get the dudb ?

mfg wetze789


Re: [HELP] i have a problem with my sript ... - Carlton - 31.03.2010

Try searching in the future, ****** always helps.

http://dracoblue.net/download/dudb-24/31/