01.02.2013, 22:34
PHP код:
CMD:adminhouse(playerid, params[])
{
if(IsPlayerAdmin(playerid))
{
SetPlayerHealth(playerid, 100.00);
SetPlayerPos(playerid,-687.9445,953.5914,12.1495);
SendClientMessage(playerid, -1, "You have been teleported to admin's house.");
}
else
{
SendClientMessage(playerid, -1, "ERROR, You're not a RCON Administrator to use this command");
}
return 1;
}