public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
if(AdminDuty[playerid] = 0) return SendClientMessage(playerid,COLOR_YELLOW,"You need to be onduty to use this command");
if(Player[playerid] [pAdmin] >=1)
{
SetPlayerPosFindZ(playerid,fX,fY,fY);
}
else
{
SendClientMessage(playerid,COLOR_YELLOW,"[SERVER]:GPS Location marked in map.");
}
return 1;
}