28.03.2015, 01:18
I'm not so great with scripting but.. Maybe you could try this:
Let me know if it works or not
Код:
public OnPlayerAirbreak(playerid) { if(playerVariables[playerid][pAdminLevel] < 1) { format(szMessage, sizeof(szMessage), "AdmWarn: {FFFFFF}%s[%d] foloseste AirBreak. Folositi [/spec] pentrua va asigura!", playerVariables[playerid][pNormalName], playerid); submitToHelpersAndAdmins(szMessage, COLOR_HOTORANGE); } return 1; }