[Ajuda] erro e warning
#1

da dando esse erroe warning n sei oq e
pawn Код:
C:\Users\Bernardo\Desktop\BUL - Dominio Samp\gamemodes\BSG.pwn(14408) : warning 202: number of arguments does not match definition
C:\Users\Bernardo\Desktop\BUL - Dominio Samp\gamemodes\BSG.pwn(50077) : error 055: start of function body without function header
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
linhas:
pawn Код:
public phells1();
{
    MoveObject(portao ,703.3994141,-475.0996094,18.1000004, 3);
}
outra
pawn Код:
if(strcmp(cmdtext, "/phells", true) == 0) //comando aqui
    {
        if ((PlayerInfo[playerid][pMembro] == 20 || PlayerInfo[playerid][pLider] == 20) && PlayerToPoint(15.0, playerid, 668.1639,-461.4704,15.8681,92.1609)) { //aqui criamos a coordenada dele fechado o pmember == 23 seria o id da org que e comando vermelho PlayerToPoint eh onde vai ficar fechado
    MoveObject( portao,714.9000244,-475.1000061,18.1000004,3);//cordenadas portao aberto e ali ele move o portao para cima ou para abaixo, voce que sabe
    GetPlayerName(playerid, sendername, sizeof(sendername));//pega o nome do player que abriu
    new string [256];//cria a string
    format(string, sizeof(string), "* %s Abriu Este Portao!", sendername); //manda a mensagem que ele abriu para quem esta perto
    ProxDetector(4.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);//prox detector 4.0 seria a distancia que vai pegar recomendo por de 6.0
    GameTextForPlayer(playerid, "~g~Aberto", 5000, 3);//manda o texto so para o player que abriu
    SetTimer("phells1", 5000, false);//settimer que fecha portao// cria o settimer para ele
} else {
SendClientMessage(playerid, COLOR_RED, "*** Voce nao esta perto do portao ou nao й Hells Angels ***");//manda a mensagem caso ele nao estiver perto ou nao for da org
}//chave
return 1; //return
}
Reply
#2

quanto a callback olha aqui: https://sampwiki.blast.hk/wiki/MoveObject

no comando, qual e a linha de erro?
Reply
#3

pawn Код:
public phells1()
    return MoveObject(portao ,703.3994141,-475.0996094,18.1000004, 3);
Reply
#4

fiz outro comando, sу deu 1 warning
Quote:

if(strcmp(cmd, "/phells", true) == 0)
{
LINHA 32730 -- > if ((IsAHells(playerid)) && PlayerToPoint(15.0, playerid, 668.1505, -461.3840, 15.8969,92.1610))
{
MoveObject( PHELLS, 714.9000244,-475.1000061,18.1000004,3);
GameTextForPlayer(playerid, "~w~PORTAO ~R~ HELLS ABERTO", 5000, 3);
SetTimer("pd8", 5000, false);
}
return 1;
}

erro:
C:\Users\Bernardo\Desktop\BUL - Dominio Samp\gamemodes\BSG.pwn(32730) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 11736 bytes
Code size: 2190164 bytes
Data size: 1995424 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 4213708 bytes

1 Warning.
Reply
#5

tem ( e ) a mais

pawn Код:
if(IsAHells(playerid) && PlayerToPoint(15.0, playerid, 668.1505, -461.3840, 15.8969))
@ edit tbm tinha a cord angle a mais.
Reply
#6

de uo mesmo warning
Reply
#7

vlw a ajuda
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)