SetPlayerAttachedObject nгo carrega no 0.3e -
Mercurio - 08.07.2012
Olб galera, estou aqui por um motivo de falha no 0.3e, creio eu. No meu servidor os SetPlayerAttachedObject carregavam normalmente, antes de passar para 0.3e.
Apуs a mudanзa, a funзгo nгo carrega mais...
Jб atualizei as inc do 0.3e.
Grato por respostas!
Re: SetPlayerAttachedObject nгo carrega no 0.3e -
Edu33 - 08.07.2012
Mas copila legal?
Re: SetPlayerAttachedObject nгo carrega no 0.3e -
Mercurio - 09.07.2012
Quote:
Originally Posted by Edu33
Mas copila legal?
|
Sim.
@EDIT
Alguйm?
Re: SetPlayerAttachedObject nгo carrega no 0.3e -
Mercurio - 09.07.2012
Alguйm me ajuda por favor...
Re: SetPlayerAttachedObject nгo carrega no 0.3e -
@Riichard - 09.07.2012
Nгo apareзe?
Re: SetPlayerAttachedObject nгo carrega no 0.3e -
Mercurio - 09.07.2012
Quote:
Originally Posted by @Riichard
Nгo apareзe?
|
Nгo, nгo aparece...
E os outros Attached, ficam com texturas estranhas...
@EDIT
No caso й a arara de meu servidor, que fica no ombro do player...
Ela aparece mas quando carrega tudo ela some rapidamente.
pawn Код:
format(aFile, sizeof(aFile), DIRETORIO, nome(playerid));
if(DOF2_GetInt(aFile, "Arara") == 1)
{
SetPlayerAttachedObject(playerid, 5, 19079, 1, 0.319503, -0.089340, -0.185576, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000);
Info2[playerid][Arara] = true;
}
Re: SetPlayerAttachedObject nгo carrega no 0.3e -
@Riichard - 09.07.2012
Estranho.
O Meu quando eu passei para 0.3e, ficou do mesmo jeito, nгo alterou nada!!
Atualize as include novamente,ve se ta na mesma pasta. etc..
Re: SetPlayerAttachedObject nгo carrega no 0.3e -
dPlaYer_ - 09.07.2012
pawn Код:
format(aFile, sizeof(aFile), DIRETORIO, nome(playerid));
if(DOF2_GetInt(aFile, "Arara") == 1)
{
SetPlayerAttachedObject(playerid, 0, 19079, 1, 0.319503, -0.089340, -0.185576, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000);
Info2[playerid][Arara] = true;
}
Re: SetPlayerAttachedObject nгo carrega no 0.3e -
Mercurio - 09.07.2012
Deu em nada...