[Ajuda] Sistema de salario / ajuda otimizaзгo
#8

Ver se fica melhor
pawn Code:
public Diaria(playerid) {
    new string[128];
    if(PlayerInfo[playerid][ppm] == 1) {
        GivePlayerMoney(playerid, salario_PM);
        format(string, sizeof string, "[INFO]: {FFFFFF}Voce recebeu seu salario diaria de $%d", salario_PM);
        SendClientMessage(playerid, COLOR_COP, string);
    }
    if(PlayerInfo[playerid][pbope] == 1){
        GivePlayerMoney(playerid, salario_BOPE);
        format(string, sizeof string, "[INFO]: {FFFFFF}Voce recebeu seu salario diaria de $%d", salario_BOPE);
        SendClientMessage(playerid, COLOR_COP, string);
    }
    if(PlayerInfo[playerid][ppc] == 1){
        GivePlayerMoney(playerid, salario_PC);
        format(string, sizeof string, "[INFO]: {FFFFFF}Voce recebeu seu salario diaria de $%d", salario_PC);
        SendClientMessage(playerid, COLOR_COP, string);
    }
    if(PlayerInfo[playerid][pfd] == 1){
        GivePlayerMoney(playerid, salario_PF);
        format(string, sizeof string, "[INFO]: {FFFFFF}Voce recebeu seu salario diaria de $%d", salario_PF);
        SendClientMessage(playerid, COLOR_COP, string);
    }
    if(PlayerInfo[playerid][pexe] == 1){
        GivePlayerMoney(playerid, salario_EXE);
        format(string, sizeof string, "[INFO]: {FFFFFF}Voce recebeu seu salario diaria de $%d", salario_EXE);
        SendClientMessage(playerid, COLOR_COP, string);
    }
    if(PlayerInfo[playerid][pnaval] == 1){
        GivePlayerMoney(playerid, salario_NAVAL);
        format(string, sizeof string, "[INFO]: {FFFFFF}Voce recebeu seu salario diaria de $%d", salario_NAVAL);
        SendClientMessage(playerid, COLOR_COP, string);
    }
    if(PlayerInfo[playerid][paero] == 1){
        GivePlayerMoney(playerid, salario_AERO);
        format(string, sizeof string, "[INFO]: {FFFFFF}Voce recebeu seu salario diaria de $%d", salario_AERO);
        SendClientMessage(playerid, COLOR_COP, string);
    }
    else {
        SendClientMessage(playerid, COLOR_SERVE, "[SERVIDOR]: VOCE NГO POSSSUI EMPREGO E NEM PROFISSAO {FFFFFF}(/AJUDA)");
        GivePlayerMoney(playerid, 10);
    }

    return PlayerPlaySound(playerid, 1057, 0.0, 0.0, 0.0), true;
}
Reply


Messages In This Thread
Sistema de salario / ajuda otimizaзгo - by BykiLler - 06.11.2015, 17:07
Re: Sistema de salario / ajuda otimizaзгo - by n0minal - 06.11.2015, 17:31
Re: Sistema de salario / ajuda otimizaзгo - by BykiLler - 06.11.2015, 17:33
Re: Sistema de salario / ajuda otimizaзгo - by IgorLuiz - 06.11.2015, 17:44
Re: Sistema de salario / ajuda otimizaзгo - by BykiLler - 06.11.2015, 18:06
Re: Sistema de salario / ajuda otimizaзгo - by Cidiei - 06.11.2015, 18:33
Re: Sistema de salario / ajuda otimizaзгo - by BykiLler - 06.11.2015, 21:27
Re: Sistema de salario / ajuda otimizaзгo - by Miqueias Barros - 07.11.2015, 03:53

Forum Jump:


Users browsing this thread: 1 Guest(s)