[Ajuda] Alguйm me ajuda com esses erros ?
#1

Код:
C:\Documents and Settings\Administrador\Desktop\PFRP\gamemodes\PFRP.pwn(20573) : error 001: expected token: ",", but found "["
C:\Documents and Settings\Administrador\Desktop\PFRP\gamemodes\PFRP.pwn(20573) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrador\Desktop\PFRP\gamemodes\PFRP.pwn(20573) : warning 215: expression has no effect
C:\Documents and Settings\Administrador\Desktop\PFRP\gamemodes\PFRP.pwn(20573) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Administrador\Desktop\PFRP\gamemodes\PFRP.pwn(20573) : fatal error 107: too many error messages on one line
Estб dando esses erros, postei a linha do erro pra ficar mais facil, Obrigado
pawn Код:
if(strcmp(cmd, "/marcar", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if (PlayerInfo[playerid][pAdmin] >= 4)
            {
                if(PoderosoInfo[playerid][pTrampo] < 1)
                {
                    SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/profadmin)");
                    return 1;
                }
                GetPlayerPos(playerid, TeleportDest[playerid][0],TeleportDest[playerid][1],TeleportDest[playerid][2]);
                TeleportInt[playerid] = GetPlayerInterior(playerid);
                SendClientMessage(playerid, COLOR_GRAD1, "  Teleporte marcado com Sucesso!");
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Voce nгo esta autorizado a usar este comando!");
            }
        }
        return 1;
    }
Reply
#2

Poderia destacar a linha do erro?
Reply
#3

a linha й a GetPlayerPos e a TeleportInt
Reply
#4

alguйm me ajuda por favor ?
Reply
#5

Posta a linha do new TeleportDest
Reply
#6

Код:
new Float:TeleportDest[MAX_PLAYERS];
Reply
#7

Substitui por esse :

pawn Код:
new Float:TeleportDest[MAX_PLAYERS][3];


if(strcmp(cmd, "/marcar", true) == 0)
{
    if (PlayerInfo[playerid][pAdmin] >= 4)
    {
        if(PoderosoInfo[playerid][pTrampo] < 1)
            return SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/profadmin)");

        GetPlayerPos(playerid, TeleportDest[playerid][0],TeleportDest[playerid][1],TeleportDest[playerid][2]);
        TeleportInt[playerid] = GetPlayerInterior(playerid);
        SendClientMessage(playerid, COLOR_GRAD1, "  Teleporte marcado com Sucesso!");
    }
    else
        SendClientMessage(playerid, COLOR_GRAD1, "   Voce nгo esta autorizado a usar este comando!");

    return 1;
}
Reply
#8

Viniborn, eu substituн pelo que vocк mandou e aparecer mais uma Porrada de erro '-'
Reply
#9

Sгo outros erros, esse aн tб certinho.

A ъnica coisa que achei estranho, й que no cуdigo que vocк mandou vocк mistura duas coisas

pawn Код:
PlayerInfo[playerid][pAdmin]

PoderosoInfo[playerid][pTrampo]
Afinal, vocк usa qual dos dois? PlayerInfo ou PoderosoInfo ?
Reply
#10

Cara, eu andei procurando uns GM de RP em alguns Sites e acabei achando este, entгo eu modifiquei algumas coisas e Compilei, sу que deu esses erros ae '-', tu tem msn ? se tiver passa ae ... vlw
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)