Quote:
Originally Posted by Naruto_Emilio
pawn Код:
CMD:adminhouse(playerid, params[]) { if(IsPlayerAdmin(playerid)) { SetPlayerHealth(playerid, 100.00); SetPlayerPos(playerid,-687.9445,953.5914,12.1495); } else { SendClientMessage(playerid, -1, "You are unable to use this command [Rcon Administrators Only!]."); } return 1; }
|
Yes! WORKING! Thank you men! and thanks to everyone who answered.