02.10.2011, 23:55
pawn Код:
if(strcmp("/entrar", cmdtext, true, 10) == 0)
{
if( IsPlayerInRangeOfPoint(playerid, 2, -258.8481,1151.1498,20.9399) || IsPlayerInRangeOfPoint(playerid, 2, -259.3555,1168.7766,20.9399) ||
IsPlayerInRangeOfPoint(playerid, 2, -290.4786,1176.2635,20.9399) || IsPlayerInRangeOfPoint(playerid, 2, -324.4708,1165.4034,20.9399))
{
SetPlayerPos(playerid, x, y, z);
}
else
{
SendClientMessage(playerid, -1, "Vocк nгo estб no(a) [Local]!");
}
return 1;
}