03.08.2015, 03:48
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
Mas ai da esse erro :/
Pff alguem ajuda ?
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;
}
PHP код:
C:\Users\gustavo copello\Desktop\BSR ant\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(19227) : error 021: symbol already defined: "file"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.