19.03.2010, 09:39
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
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