11.09.2009, 12:42
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
{
if(PlayerData[playerid][Muted] == 1)
{
NMC(playerid,"[ NOTICE ] You are still muted !");
return 0;
}
if(PlayerData[playerid][CmdDisabled] == 1)
{
NMC(playerid,"[ NOTICE ] Your commands are still disabled !");
return 0;
}
if(PlayerData[playerid][Jailed] == 1)
{
if(PlayerData[playerid][Level] >= 4)
{
return 1;
}


You are not helping me 