[AJUDA] PlayerInRangeOfPoint
#1

Bom Forum Samp.
Estou com um poblema aqui..
e o Seguinte
eu Fiz uma Pickup,e coloquei um comando para ir ate o tal local..
so que tem o seguinte.
eu Fiz o Teleporte :
pawn Код:
if(strcmp(cmdtext, "/Ir", true) == 0) {
if(!IsPlayerInRangeOfPoint(playerid,5.0,-289.3690,1513.8364,75.5625))
{
SetPlayerPos(playerid, 758.8130,13.2078,1001.1639);
SendClientMessage(playerid, Azul2," Vocк se teletransporto atй o final da pista");
}
        return 1;
    }
A Cordenada do PlayerInRangeOfPoint e a da Pickup.
Cordenada :
pawn Код:
-289.3690,1513.8364,75.5625,52.2122
E Quando Digito o Comando Longe da Pickup. Ele se teleporta do mesmo jeito ;x
Eu Quero que so possa usar esse comando,em cima da pickup..

+REP pra Quem Me Ajudar.
Reply
#2

Entra msn -q
Reply
#3

tira o ! de antes do IsplayerinRangOfpoint
Reply
#4

LOL Coisa tao easy.e eu nao sabia O.O
Valeu '-'
Reply
#5

pawn Код:
if(!IsPlayerInRangeOfPoint(playerid,5.0,-289.3690,1513.8364,75.5625))
Faz ele teleportar se ele NГO tiver na coordenada.
pawn Код:
if(IsPlayerInRangeOfPoint(playerid,5.0,-289.3690,1513.8364,75.5625))
Faz ele teleportar se tiver na coordenada.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)