01.02.2013, 22:08
Hi ladies and gentlemen, I have this little CMD on my SV but there is a problem, players can use it even of they aren't logged as admins. Here is the code:
Please help me with this is really important. Thank you.
pawn Код:
CMD:adminhouse(playerid, params[])
{
if(IsPlayerAdmin(playerid))
SetPlayerHealth(playerid, 100.00);
SetPlayerPos(playerid,-687.9445,953.5914,12.1495);
return 1;
}
![Cool](images/smilies/cool.gif)