11.01.2014, 21:41
Esta:
Pero En Comando...
Y Le Agregue:
Y Me Boto:
Entonces Intente Agrgando Este Otro:
Y Me Salieron Estos Warns:
Linea 3070:
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 !
PHP код:
if(IsPlayerInRectangle(playerid, ZonaAA)) return GameTextForPlayer(playerid,"~W~Armas ~r~Bloqueadas ~w~En Zonas Stunt!",3000,5);
Y Le Agregue:
PHP код:
stock IsPlayerInArea(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
if (x > minx && x < maxx && y > miny && y < maxy) return 1;
return 0;
}
PHP код:
undefined symbol "IsPlayerInRectangle"
PHP код:
stock IsPlayerInRectangle(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
if (x > minx && x < maxx && y > miny && y < maxy) return 1;
return 0;
}
PHP код:
D:\Dark Empire - FREEROAM\gamemodes\DE.pwn(3070) : warning 202: number of arguments does not match definition
D:\Dark Empire - FREEROAM\gamemodes\DE.pwn(3070) : warning 202: number of arguments does not match definition
D:\Dark Empire - FREEROAM\gamemodes\DE.pwn(3070) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 8560 bytes
Code size: 1494188 bytes
Data size: 16184364 bytes
Stack/heap size: 20000000 bytes; estimated max. usage: unknown, due to recursion
Total requirements:37687112 bytes
3 Warnings.
PHP код:
if(IsPlayerInRectangle(playerid, ZonaAA)) return GameTextForPlayer(playerid,"~W~Armas ~r~Bloqueadas ~w~En Zonas Stunt!",3000,5);
Ayudame Please !