[AJUDA] Deu ERRO !!!
#1

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(GZRocinha0xC0C0C0AA);
ShowPlayerStats
10906 
PlayerInfo[playerid][PAbriu] = 1
On Game Mode Init
11842 
-  GZRocinha GangZoneCreate(2299,869, -872,57492478,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(playeridxyz);
    if(
>= 2117.333 && >= -872,5749 && <= 2478,603 && <= -785,7246) return 1;
    else return 
0;
}
43202 GuerranaRocinha 1
Reply
#2

isso й a linha 61678 ?
Pois
Код:
"IsPlayerInRocinha"
esta definido 2 vezes
Reply
#3

KA Copiei o errado mas na no mesmo e a mesma coisa . , cara o seguinte eq um q em um lugar o outro em outro , eq eu copiei o errado , so muda a localizaзao .
Reply
#4

Deleta estб stock pois estб dizendo que jб existe !
Reply
#5

Pessoal A duvida agora e otra ve ali em cima
Reply
#6

pawn Код:
GangZoneShowForPlayer(playerid,GZRocinha, 0xC0C0C0AA);
GZRocinha = GangZoneCreate(2299.869, -872.5749, 2478.603, -785.7246);
GuerranaRocinha = 1;  //nunca foi usado pode apaga-lo
Reply
#7

pawn Код:
OnPlayerSpawn
GangZoneShowForPlayer(playerid,GZRocinha, 0xC0C0C0AA);
ShowPlayerStats
PlayerInfo[playerid][PAbriu] = 1;
On Game Mode Init
GZRocinha = GangZoneCreate(2299.869, -872.5749, 2478.603, -785.7246);
OnPlayerCommandText
if(PlayerInfo[playerid][PAbriu] <= 1)
PlayerInfo[playerid][PAbriu] = 0;

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;
    }
    return 0;
}

GuerranaRocinha = 1;
nгo ajeitei tudo, mais teste ai
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)