Porque tб dando esse warning?
#1

Eu botei isto no gm e tб dando o seguinte erro:

O que eu coloquei:
pawn Код:
if(strcmp(cmd, "/portaopc", true) == 0)
    {
    if ((PlayerInfo[playerid][pMembro] == 17 || PlayerInfo[playerid][pLider] == 17) && PlayerToPoint(15.0, playerid, 1086.4066,-1207.9148,17.8047)) {
    MoveObject( portaopc, 1082.3811,-1206.4222,21.3449);
    GetPlayerName(playerid, sendername, sizeof(sendername));
    format(string, sizeof(string), "* %s abriu o portгo!", sendername);
    ProxDetector(4.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
    GameTextForPlayer(playerid, "~g~Aberto", 5000, 3);
    SetTimer("portaopc", 5000, false);
    } else {
    //SendClientMessage(playerid, COLOR_RED, "*** Voce nao esta perto do portao ou nao e do da Pc ***");
    }
    return 1;
    }
O erro:
Код:
D:\SERVERSAMP\gamemodes\BRASILPLAYER.pwn(28788) : warning 202: number of arguments does not match definition
A linha:
pawn Код:
MoveObject( portaopc, 1082.3811,-1206.4222,21.3449);
Vou dar a coordenada que peguei no /save tambйm, aliбs, acho que pode ser ela ;x
Код:
AddPlayerClass(59,1082.3811,-1206.4222,21.3449,82.6361,0,0,0,0,0,0); // Coodenada portгo
Reply


Messages In This Thread
Porque tб dando esse warning? - by Joaquim_Blakman - 06.02.2010, 09:05
Re: Porque tб dando esse warning? - by Josma_cmd - 06.02.2010, 10:03
Re: Porque tб dando esse warning? - by Joaquim_Blakman - 06.02.2010, 10:35
Re: Porque tб dando esse warning? - by Josma_cmd - 06.02.2010, 11:47
Re: Porque tб dando esse warning? - by Joaquim_Blakman - 06.02.2010, 12:14
Re: Porque tб dando esse warning? - by [NNFc]MinDs - 06.02.2010, 20:47

Forum Jump:


Users browsing this thread: 1 Guest(s)