[DUDA]Duda Con IsPlayerInRangeOfPoint
#5

Osea, Me Tiene Que Quedar De Esta Forma:
pawn Код:
native IsPlayerInRangeOfPoint(playerid, Float:range, Float:x, Float:y, Float:z);

if(IsPlayerInRangeOfPoint(playerid,1.0, 36.5227,13.1149,952.8533))
{
    // Codigo de las llamadas
}
else if(IsPlayerInRangeOfPoint(playerid, 1.0, 36.5227,13.1149,952.8533))
{
   // Codigo de las llamadas
}
else if(IsPlayerInRangeOfPoint(playerid, 1.0, 36.5227,13.1149,952.8533))
{
   // Codigo de las llamadas
}
else
{
GameTextForPlayer(playerid,"No Estas En Ningun Telefono publico",2000,5);
}
En Exactitud; Esto Es Loque Agrego? :3
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)