[DUDA]Como Sacar Las Coordenadas De...
#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


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)