29.02.2012, 10:01
Its a Very Basic Command
Basically You'll Need to Check if Player is Administrator or Not.
I'm Not Sure how you Program but my 'C++ Way' Would be Somthing as Follows
Using Pvars/Gvars May be a Possiblity.
Then Just Create a Basic D_CMD (/Report) Function
I Myself, Dont Use That;
Cheers;
Ricey
Basically You'll Need to Check if Player is Administrator or Not.
I'm Not Sure how you Program but my 'C++ Way' Would be Somthing as Follows
Using Pvars/Gvars May be a Possiblity.
Код:
if (AdminLevel == 1) { //Show the (/Report) };
I Myself, Dont Use That;
Cheers;
Ricey