LuxAdmin is weird... O.o
#1

Okay, guys, it's me again with another problems xD
1.:
LuxAdmin isn't saving the stats. I tried already to use another LuxAdmin, but it's still there >.<
I have no idea, what do i have to post for a solution, so i use this: xD
Files in "Servername"/pawno/include:
a_npc,a_objects,a_players,a_samp,a_sampdb,a_vehicl es,core,datagram,file,float,dutils,ladmin,ldudb,Di ni,lfuncs,
streamer,string,time,dudb,

LuxAdmin:
Код:
//==============================================================================
// Includes
//==============================================================================
#include <a_samp>
#include <ldudb>
#include <lfuncs>
#include <Dini>
#include <dutils>
And yes:
Код:
#define SaveScore           true 	// Enable/Disable to save Player's Score
xD
2.:
There is an thing, i really like:
Код:
#define ADM_InMSG          	false 	// Put 'admin' in all messages sent by administrators (Ex: David(Admin): Welcome...)
But if i edit to "true", players without Adminlevel can't chat >.<
Why is that?
Код:
//==============================================================================
// Send Admin in front of name
//==============================================================================
	#if ADM_InMSG == true
	if (AccInfo[playerid][Hide] == 0)
	{
	if(AccInfo[playerid][Level] > 0)
	{
	new str3[256];
	format(str3, 256, "(Admin): %s", text);
	for(new gz=0;gz<200;gz++)
	if(IsPlayerConnected(gz))
	SendPlayerMessageToPlayer(gz, playerid, str3);
	else SendPlayerMessageToPlayer(gz, playerid, text);
	}
	return 0;
	}
	#endif
I didn't edit anything... please help >.<

Reply


Messages In This Thread
LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 16:58
Re: LuxAdmin is weird... O.o - by Wiliam - 14.08.2010, 17:15
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 17:27
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 17:30
Re: LuxAdmin is weird... O.o - by rbN. - 14.08.2010, 17:59
Re: LuxAdmin is weird... O.o - by Hiddos - 14.08.2010, 18:01
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 18:11
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 15.08.2010, 09:24

Forum Jump:


Users browsing this thread: 3 Guest(s)