[Ajuda] Ajuda ?
#1

to tentando por esse sistema aqui...

https://sampforum.blast.hk/showthread.php?tid=542876

na parte de salvar ta tudo certo mas na hora de voltar nгo...

Tive que colocar esse cod abaixo na public OnPlayerLogin(playerid) no lugar da OnPlayerSpawn

pawn Код:
public OnPlayerSpawn(playerid)
{
    new file[30], aname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, aname,sizeof(aname));
    format(file, sizeof(file), PASTA_CONTAS, aname);
    SetPlayerPos(playerid, dini_Float(file, "UltimaPosicaoX"), dini_Float(file, "UltimaPosicaoY"), dini_Float(file, "UltimaPosicaoZ"));
    SetPlayerFacingAngle(playerid, dini_Float(file, "UltimoAngulo"));
    return 1;
}
Mas ai da esse erro :/

PHP код:
C:\Users\gustavo copello\Desktop\BSR ant\BSR GM OF Cуpia\Gamemodes\BSR.pwn(19227) : error 021symbol already defined"file"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Errors

Pff alguem ajuda ?
Reply


Messages In This Thread
Ajuda ? - by zGuigui2068 - 03.08.2015, 03:48
Re: Ajuda ? - by Sennior - 03.08.2015, 04:51
Re: Ajuda ? - by Welconha - 03.08.2015, 07:01
Re: Ajuda ? - by zGuigui2068 - 03.08.2015, 10:33
Re: Ajuda ? - by Artista - 03.08.2015, 10:53
Re: Ajuda ? - by zGuigui2068 - 03.08.2015, 12:12
Re: Ajuda ? - by Sennior - 03.08.2015, 12:42
Re: Ajuda ? - by zGuigui2068 - 03.08.2015, 12:47
Re: Ajuda ? - by Sennior - 03.08.2015, 12:51
Re: Ajuda ? - by zGuigui2068 - 04.08.2015, 01:35

Forum Jump:


Users browsing this thread: 1 Guest(s)