Jump to content

PauLL

Membru
  • Posts

    129
  • Joined

  • Last visited

Community Answers

  1. PauLL's post in comanda /bonus was marked as the answer   
    CMD:bonus(playerid, params[]) {    if(PlayerInfo[playerid][pLevel] > 3) return SendClientMessage(playerid, COLOR_ORANGE, "Ai deja level 3 sau ai folosit deja comanda");    PlayerInfo[playerid][pLevel] = 3;    SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]);    GivePlayerMoney(playerid, 5000000);    SendClientMessage(playerid, COLOR_ORANGE, "Ai primit level 3 si $5000000 ca bonus.");    return 1; }  
    Mai curat asa.
×
×
  • 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.