[DUDA]Como Sacar Las Coordenadas De...
#1

Buneas quisiera saber como ago para sacar las coordenadas para crear una zona...
Gracias les agradeceria mucho que me ayudaran.
Reply
#2

yo uso esto:
https://sampforum.blast.hk/showthread.php?tid=289298

entras, vas a Tools y vas a zones, haces las zonas y aceptas, y te saldrб lo que tienes que poner
Reply
#3

yo te recomiendo este!
Reply
#4

Muchas Gracias A Los 2 !
Reply
#5

o esto tambien te puede servir ---> https://sampforum.blast.hk/showthread.php?tid=336089
Reply
#6

Es recomendable el tutorial que le facilita el Usuario OTACON ya que haci usted comprende a que se refieren las coordenadas que les indica la funcion, Saludos.
Reply
#7

Si, Gracias Por El Concejo Parka Y Gracias A Otacon, De Hay Saque La Solucion A:
undefined symbol "IsPlayerInArea"
GRACIAS !

Pero Me Salio Este Error: undefined symbol "IsPlayerInRectangle"

AYUDA
Reply
#8

Lineas?
Reply
#9

Esta:
PHP код:
if(IsPlayerInRectangle(playeridZonaAA)) return GameTextForPlayer(playerid,"~W~Armas ~r~Bloqueadas ~w~En Zonas Stunt!",3000,5); 
Pero En Comando...

Y Le Agregue:

PHP код:
stock IsPlayerInArea(playeridFloat:minxFloat:maxxFloat:minyFloat:maxy)
{
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    if (
minx && maxx && miny && maxy) return 1;
    return 
0;

Y Me Boto:

PHP код:
undefined symbol "IsPlayerInRectangle" 
Entonces Intente Agrgando Este Otro:

PHP код:
stock IsPlayerInRectangle(playeridFloat:minxFloat:maxxFloat:minyFloat:maxy)
{
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    if (
minx && maxx && miny && maxy) return 1;
    return 
0;

Y Me Salieron Estos Warns:

PHP код:
D:\Dark Empire FREEROAM\gamemodes\DE.pwn(3070) : warning 202number of arguments does not match definition
D
:\Dark Empire FREEROAM\gamemodes\DE.pwn(3070) : warning 202number of arguments does not match definition
D
:\Dark Empire FREEROAM\gamemodes\DE.pwn(3070) : warning 202number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
Header size
:           8560 bytes
Code size
:          1494188 bytes
Data size
:         16184364 bytes
Stack
/heap size:   20000000 bytesestimated maxusageunknowndue to recursion
Total requirements
:37687112 bytes
3 Warnings

Linea 3070:

PHP код:
if(IsPlayerInRectangle(playeridZonaAA)) return GameTextForPlayer(playerid,"~W~Armas ~r~Bloqueadas ~w~En Zonas Stunt!",3000,5); 
Se Que El Stcok De IsPlayerInRectangle Esta Mal, Poreso Son Los Warns, Me Podrias Ayudar Con Eso ? Es Lo Unico Que Me Falta....
Ayudame Please !
Reply
#10

їNo serнa?:

pawn Код:
if(IsPlayerInRectangle(playerid, "ZonaAA")) return GameTextForPlayer(playerid,"~W~Armas ~r~Bloqueadas ~w~En Zonas Stunt!", 3000, 5);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)