text problem
#1

I found a little problem for me on my server. When a player isnt admin, if he sends a message only he sees it. If a player is an admin its fine, i'm using SeifAdmin but its a little bit modified (i am using a code to make admins talk a different color)

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	new cmd[128];
	new tmp[128];
	new idx;	if(AccountInfo[playerid][AdminLevel] >= 1)
	{
	GetPlayerName(playerid,name,sizeof name);
	format(txt,512,"%s: %s",name,text);
	SendClientMessageToAll(GREEN,txt);
	return 0;
	}
here's the thing that happens

Heres what happens without admin:


It goes as >> Message
__________________________________________________ _________________
Heres what happens with admin:


It's fine with admin.
__________________________________________________ _________________
I get the same error with PMs, but this happens with or without admin:




Reply


Messages In This Thread
text problem - by p00p - 04.12.2009, 21:12
Re: text problem - by p00p - 04.12.2009, 21:45
Re: text problem - by Backwardsman97 - 04.12.2009, 21:48
Re: text problem - by p00p - 04.12.2009, 22:32
Re: text problem - by p00p - 04.12.2009, 22:54
Re: text problem - by p00p - 05.12.2009, 00:09
Re: text problem - by p00p - 05.12.2009, 14:15
Re: text problem - by p00p - 05.12.2009, 22:58
Re: text problem - by Badger(new) - 05.12.2009, 23:18
Re: text problem - by p00p - 05.12.2009, 23:29

Forum Jump:


Users browsing this thread: 2 Guest(s)