16.09.2012, 17:51
Necesitas dos condiciones:
pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
if((Info[playerid][pAdminZC] > 1) && (AdminDuty[playerid] == 1))
{
SetPosEx(playerid, fX, fY, fZ);
}
return 1;
}