[Ajuda] Salario para todos online
#2

pawn Код:
if(!strcmp(cmdtext,"/darsalario",true)) {
    if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5){
    new string[128];
    new snd[MAX_PLAYER_NAME];
    GetPlayerName(playerid, snd, sizeof snd);
    new RandomPay = random(5000 - 725) + 725;
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
    GivePlayerGrana(i, RandomPay);
    }
    format(string, sizeof string, "Vocк recebeu salario, vб depositar", snd);
    SendClientMessageToAll(0xFFFF00AA, string);
    }
    return true;
}
Reply


Messages In This Thread
Salario para todos online - by joaocvitor - 02.02.2014, 11:29
Re: Salario para todos online - by CharlieBrown - 02.02.2014, 11:48
Re: Salario para todos online - by PT - 02.02.2014, 11:59

Forum Jump:


Users browsing this thread: 2 Guest(s)