[Ajuda] Alguns erros
#1

pawn Код:
D:\GM\gamemodes\GM.pwn(392) : error 035: argument type mismatch (argument 2)
D:\GM\gamemodes\GM.pwn(620) : error 017: undefined symbol "i"

Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
pawn Код:
for (new i = 0; i <GZS_CRIADAS; i++) // Loop
{
     GangZoneShowForPlayer(GZCriadas[i],BRANCO); //AQUI E UM ERRO
     printf("Gang Zone %s Criada com sucesso",NomesGZs[i]);
}



CMD:dominar(playerid, params[])
{
    if(!IsAreaInGangCheck(playerid)) SendClientMessage(playerid, 0xFFFFFFFF, "SERVER: Vocк nгo estб em nenhuma Gang Zone,FAIL");
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
    new name[MAX_PLAYER_NAME], string[44];
    GetPlayerName(playerid, name, sizeof(name));
    for (new i=0; i < GZS_CRIADAS; i++)
    if (x > CordGZs[i][0] && y > CordGZs[i][1] && x < CordGZs[i][2] && y < CordGZs[i][3]&& z < 500) {
    format(string, sizeof(string), "%s comeзou a dominar a gang zone %s.",name,NomesGZs[i]);

    }
    SendClientMessageToAll(0xFFFF00AA, string); //DIZ QUE O OUTRO E AQUI MAS AXO QUE NAO E
    GangZoneFlashForAll(GZCriadas[i], GetPlayerColor(playerid))
    SetTimer("Terminar",60000,false);
    return 1;
}
Peguei esse codigo num topico aqui no forum
Reply


Messages In This Thread
[Ajuda] Alguns erros - by goku114 - 07.06.2012, 17:24
Re: [Ajuda] Alguns erros - by ViictorDaay- - 07.06.2012, 17:26
Re: [Ajuda] Alguns erros - by goku114 - 07.06.2012, 17:30
Re: [Ajuda] Alguns erros - by ViictorDaay- - 07.06.2012, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)