[AJUDA]SetplayerColor?
#9

Quote:
Originally Posted by Jake_Dunlapp
Посмотреть сообщение
Todos Os 3 Deram Esse Erro
PHP код:
C:\Documents and Settings\Administrador\Desktop\Jogos\DS\BrasilUltimateDeathmatch\gamemodes\TDM.pwn(78) : error 025: function heading differs from prototype 
Provavelmente vocк colocou a public de maneira errada, siga os meus passos.

pawn Код:
public OnPlayerRequestClass(playerid,classid)
{
    if(classid == 1) {
        SetPlayerColor(playerid, 0xFFFF00AA);
        SetPlayerInterior(playerid,0);
    }
    return 1;
}
public OnPlayerSpawn(playerid)
{
    return 1;
}
Apenas assim.
Reply


Messages In This Thread
[AJUDA]SetplayerColor? - by Jake_Dunlapp - 12.05.2012, 18:58
Re : [AJUDA]SetplayerColor? - by Luciano* - 12.05.2012, 19:00
Re: [AJUDA]SetplayerColor? - by lyllrasta - 12.05.2012, 19:00
Re: [AJUDA]SetplayerColor? - by zbt - 12.05.2012, 19:00
Re: [AJUDA]SetplayerColor? - by RebeloX - 12.05.2012, 19:01
Re: [AJUDA]SetplayerColor? - by Jake_Dunlapp - 12.05.2012, 19:01
Re: [AJUDA]SetplayerColor? - by zbt - 12.05.2012, 19:03
Re: [AJUDA]SetplayerColor? - by Jake_Dunlapp - 12.05.2012, 19:12
Re: [AJUDA]SetplayerColor? - by RebeloX - 12.05.2012, 19:13

Forum Jump:


Users browsing this thread: 6 Guest(s)