Quote:
Originally Posted by capron
PHP код:
CMD:subir(playerid)
{
if (IsPlayerInRangeOfPoint(playerid, 2.0, x, y, z))
{
SetPlayerPos(playerid, x, y, z);
}
else if (IsPlayerInRangeOfPoint(playerid, 2.0, x, y, z))
{
SetPlayerPos(playerid, x, y, z);
}
return 1;
}
Ou .
PHP код:
CMD:subir(playerid)
{
if (IsPlayerInRangeOfPoint(playerid, 2.0, x, y, z) || IsPlayerInRangeOfPoint(playerid, 2.0, x, y, z))
{
SetPlayerPos(playerid, x, y, z);
}
return 1;
}
|
Deu certo esse que que queria, ir pra locais diferentes com dois comandos. Obrigado ae