21.01.2014, 16:06
Okay then this
its same
pawn Код:
if(strcmp(cmd, "/dn", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] >= 2 || PlayerInfo[playerid][pDev] >= 1)
{
new Float:slx, Float:sly, Float:slz;
GetPlayerPos(playerid, slx, sly, slz);
SetPlayerPos(playerid, slx, sly, slz-2);
return 1;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " You are not an Admin/Developer !");
}
}
its same