Jump to content

Ge0

Membru
  • Posts

    96
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Ge0

  1. Dute la func?ia public PayDay()

    ?i adaugi :

    [pawn]

    public PayDay()

    {

    for(new i = 0; i < MAX_PLAYERS; i++)

    {

    if(IsPlayerConnected(i))

    {

                  GivePlayerMoney(i,1000);// Unde scrie 1.000$ este suma pe care o primeste . Daca vrei modifici .

                  SendClientMessage(i,-1,"Ai primit 1.000$$ ");// Unde scrie 1.000$ este suma pe care o primeste . Daca vrei modifici .

    }

            }

    return 1;

    }

    }[/pawn]

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.