[HELP] i have a problem with my sript ...
#1

Код:
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
Reply
#2

Pls help

wetze789
Reply
#3

Include DINI/DUDB.
Reply
#4

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

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

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

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

and what about DUDB?

mfg wetze789
Reply
#8

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

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

I still have a problem

where i can get the dudb ?

mfg wetze789
Reply
#10

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)