20.09.2011, 17:39
(
Последний раз редактировалось rene20; 20.09.2011 в 18:49.
)
Agora Duvida e Otra
Код HTML:
\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(6520) : warning 202: number of arguments does not match definition C:\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(10906) : warning 213: tag mismatch C:\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(11842) : warning 202: number of arguments does not match definition C:\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(11842) : warning 202: number of arguments does not match definition C:\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(11842) : warning 202: number of arguments does not match definition C:\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(11842) : warning 202: number of arguments does not match definition C:\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(25021) : warning 213: tag mismatch C:\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(25040) : warning 213: tag mismatch C:\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(61882) : warning 206: redundant test: constant expression is non-zero C:\Documents and Settings\rene\Desktop\Brasil Virtual Life\gamemodes\BLS.pwn(43202) : warning 204: symbol is assigned a value that is never used: "GuerranaRocinha" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 11 Warnings.
PHP код:
OnPlayerSpawn
6520 - GangZoneShowForPlayer(GZRocinha, 0xC0C0C0AA);
ShowPlayerStats
10906 - PlayerInfo[playerid][PAbriu] = 1;
On Game Mode Init
11842 - GZRocinha = GangZoneCreate(2299,869, -872,5749, 2478,603, -785,7246);
OnPlayerCommandText
25021 - if(PlayerInfo[playerid][PAbriu] < 1)
PlayerInfo[playerid][PAbriu] = 0;
61882 - stock IsPlayerInRocinha(playerid)//gangzones
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid, x, y, z);
if(x >= 2117.333 && y >= -872,5749 && x <= 2478,603 && y <= -785,7246) return 1;
else return 0;
}
43202 - GuerranaRocinha = 1;