SA-MP Forums Archive
Little Help! with Ladmin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Little Help! with Ladmin (/showthread.php?tid=299849)



Little Help! with Ladmin - Killer786 - 27.11.2011

hi guys i downloaded Ladmin (V2) for my SAMP server! its the last thing after that i will host it but... this ladmin is awesomest but when i re-log with any other ip it doesn't requires login i mean people can use other's account and they can just FLOOD/SPAM with that so... any this from which it asks for login or u can say a MUST LOGIN so thanks for your help!


Re: Little Help! with Ladmin - Killer786 - 28.11.2011

BUMP please help guys :S


Re: Little Help! with Ladmin - Jack_Rocker - 28.11.2011

I suggest not using an administration filterscript. Just try making your own, there are plenty of tutorials out there, so you can make it to meet your servers requirments. Downloaded administration scripts usually have bugs in them sue to script conflicts anyway.

Jack_Rocker


Re: Little Help! with Ladmin - Killer786 - 28.11.2011

well it is now working fine!! all i need now is /aduty CMD! :/


Re: Little Help! with Ladmin - Killer786 - 28.11.2011

dcmd_duty(playerid,params[])
{
new string[128];
new aname[MAX_PLAYER_NAME];
if(!IsPlayerAdmin(playerid)) return 0;
GetPlayerName(playerid,aname,sizeof(aname));
format(string,sizeof(string),"Administrator %s is now on Duty",aname,playerid);
SendClientMessage(playerid, COLOR_RED, string);
SetPlayerColor(playerid, 0xFFFF00AA)
SetPlayerSkin(playerid, 217)
SetPlayerArmour(playerid,999999);
SetPlayerHealth(playerid,999999);
return 1;
}

guys this is the CMD which i want but it doesnt work!! it gives warning!
and when i try it in game it doesn't work whats the problem?


Re: Little Help! with Ladmin - Killer786 - 28.11.2011

help me please