06.07.2017, 19:28
Em cima de todos: if(dini_Int(file, "Profissao") == Entregador) tem que ter um format
Exemplo:
new aname[MAX_PLAYER_NAME);
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, 64, PASTA_CONTAS, aname)
if(dini_Int(file, "Profissao") == Entregador)
{
cуdigo....
}
Exemplo:
new aname[MAX_PLAYER_NAME);
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, 64, PASTA_CONTAS, aname)
if(dini_Int(file, "Profissao") == Entregador)
{
cуdigo....
}