[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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)