13.06.2011, 20:57
Never Mind This Was Solved thanks
if(strcmp(cmdtext, "/enter", true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 3, 1775.9066,-1665.7269,14.4304))
{
SetPlayerPos(playerid, 1787.2688, -1659.1866, 16.0000);
}
return 1;
}