SA-MP Forums Archive
I need help with JunkBuster! PLEASE! (EASY) - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need help with JunkBuster! PLEASE! (EASY) (/showthread.php?tid=135117)



I need help with JunkBuster! PLEASE! (EASY) - Olek95 - 19.03.2010

Admin system: LAdmin4v2
Game Mode: Los Santos Death Match (Its my script)

If an admin level 1 - 5 use /lspec , /giveweapon (ID) (Banned Weapon)
Then JunkBuster will ban this admin if he give the weapon to himself.

How can I do so Admins can use /lspec , Banned weapons and teleports and more.

I need

public IsPlayerAdminCall(playerid)
{
if(PlayerInfo[playerid][pAdmin] >= 1)
return 1;
else
return 0;
}

But I dont find IsPlayerAdminCall(playerid)


Please help me! Thank you!

Olek95



Re: I need help with JunkBuster! - Calgon - 19.03.2010

Post within the JunkBuster topic.