05.02.2013, 18:42
Hi, I', using LuxAdmin and I am attempting to make a CMD that lvl 4 admins can use and it freezes team India.
pawno code:
Can someone please teach me how to. thanks.
pawno code:
Код:
dcmd_freezeindia(playerid,params[])
{
#pragma unused params
if(AccInfo[playerid][Level] >= 4)
{
{
}
return 1;
}


