LuxAdmin Skin Problem
#1

Hello
Guyz i Have Big Problem With LuxAdmin That When Player Spawn After Login It Freeze Players who Using Skins of Luxadmin Every Time i Login i have to Do /Move off to unfreeze me and some time other admin use /slap to Unfreeze I change Nothing in Luxadmin i am Using LuxAmin 1.6 but when i Unload LuxAdmin No Budy Freeze and Every thing Work Fine.. Can Any Budy Solve it Because it abuse so Much Thanks I Hope You GUyz Help me
Reply
#2

under OnPlayerLogin put:

pawn Код:
TogglePlayerControllable(playerid,1);
Reply
#3

Quote:
Originally Posted by Stanford
Посмотреть сообщение
under OnPlayerLogin put:

pawn Код:
TogglePlayerControllable(playerid,1);
dude can you tell me where i put that

//================================================== ============================
// Register & Login
//================================================== ============================
if(strlen(dini_Get("LuxAdmin/Config/aka.txt", tmp3)) == 0)
dini_Set("LuxAdmin/Config/aka.txt", tmp3, PlayerName);
else
{
if( strfind( dini_Get("LuxAdmin/Config/aka.txt", tmp3), PlayerName, true) == -1 )
{
format(string,sizeof(string),"%s,%s", dini_Get("LuxAdmin/Config/aka.txt",tmp3), PlayerName);
dini_Set("LuxAdmin/Config/aka.txt", tmp3, string);
}
}
if(!udb_Exists(PlayerName2(playerid)))
SendClientMessage(playerid,orange, "SERVER: Your account isn't registered. Please register (/"#RegisterCommand")");
else
{
AccInfo[playerid][Registered] = 1;
format(file,sizeof(file),"/LuxAdmin/Accounts/%s.sav",udb_encode(PlayerName));
new tmp2[256]; tmp2 = dini_Get(file,"Ip");

if( (!strcmp(tmp3,tmp2,true)) && (ServerInfo[AutoLogin] == 1))
{
LoginPlayer(playerid);
if(AccInfo[playerid][Level] > 0)
{
switch(AccInfo[playerid][Level])
{
case 1: AdmRank = "Basic Moderator";
case 2: AdmRank = "Moderator";
case 3: AdmRank = "Master Moderator";
case 4: AdmRank = "Administrator";
case 5: AdmRank = "Master Administrator";
}
if(AccInfo[playerid][Level] > 5)
{
AdmRank = "Professional Admin";
}
Reply
#4

This should be put after the player 'logged in'.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)