06.07.2008, 18:30
never said you were dumb, its just alot of people dont know about it, ok, u could do something that makes your player authed for commands... something like
this near the top
this on ur command text
and this somewhere below command text or even in it
this near the top
Код:
new PLAYERLIST_Adminauthed[MAX_PLAYERS];
Код:
dcmd(admin911, 8, cmdtext);
Код:
dcmd_admin911(playerid,params[]) { if (PLAYERLIST_Adminauthed[playerid]) return SystemMsg(playerid,"Already authed."); else { PLAYERLIST_Adminauthed[playerid]=true; return SystemMsg(playerid,"Successfully authed!"); } return SystemMsg(playerid,"Admin login failed!"); }