01.07.2011, 04:33
No GM Muca estб assim, acredito que ajudarб vocк, haha..
No meu atй o momento nгo estб dando o payday, mais й estб a configuraзгo que uso no GM Muca.. Espero ter ajudado.
Quote:
#define Salario_Desempregado 0 forward Tempo(); SetTimer("Tempo",60*60*1000,false); public Tempo() { for(new i=0; i<MAX_PLAYERS; i++){ if(IsPlayerConnected(i)){ new aname[MAX_PLAYER_NAME]; GetPlayerName(i, aname, MAX_PLAYER_NAME); format(file, sizeof(file), PASTA_CONTAS, aname); new string[256]; if(dini_Int(file, "Profissao") == Desempregado){ SendClientMessage(i, Vermelho,"(INFO) Vocк nгo tem um Emprego e nгo pode receber Paydays!{E6E6FA}!"); } else { if(dini_Int(file, "Casa") == 1){ dini_IntSet(file, "SaldoBancario", dini_Int(file, "SaldoBancario")-100); format(string, sizeof(string), "(INFO) Vocк tem uma Casa e foi Cobrado 100 Reais de Agua e Luz!"); SendClientMessage(i, Verde, string); } } } } } Caso queirб colocar outros } if(dini_Int(file, "Profissao") == AQUI A PROFISSГO){ dini_IntSet(file, "SaldoBancario", dini_Int(file, "SaldoBancario")+Salario_PROFISSAO); SendClientMessage(i, 0xC10000AA,"PayDay HebServer Brasil"); SendClientMessage(i, 0xFFFFFFAA,"Ministerio do Trabalhar - Estб na Hora se receber..."); SendClientMessage(i, 0xFFFFFFAA,"Certo, a sua profissгo atual й 'PROFISSAO',Seu salario atual й $5000"); format(string, sizeof(string), "Seu salario foi depositado em sua conta Bancaria $%d, Certo?",Salario_PROFISSAO); SendClientMessage(i, 0xCAFF95AA, string); SendClientMessage(i, 0xC10000AA,"PayDay HebServer Brasil"); } |