27.06.2009, 01:04
I have []DIH[]Killer's AdminHouse and i want to make it dat just the admins can go there
How can I make that?
How can I make that?
if(IsPlayerAdmin(playerid) == 0) return 1;
//continue with code to enter
if(!IsPlayerAdmin(playeird)) return 1; //if they're not an admin, don't let them enter
Originally Posted by Swift_
Yours is incorrect. Yours checks if they are an admin, then don't allow the code to continue. Use below:
|
Originally Posted by ǝɹoɯ‾ʎ
Quote:
|