Jump to content

Stunt3r47

Member
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Stunt3r47

  1. V-am cerut vreo idee legata de faza cu ip-ul, la /transfer m-a gandit si eu
  2. daca imi fac 3 conturi am 30kk+240PP, deci si n-am cerut critici, am nevoie de ajutor
  3. Salut! Playerii pot intra cu mai multe conturi de pe acelasi IP si sa foloseasca /bonus si isi fac averi prea mari, ma puteti ajuta sa fac cumva ca un singur cont de pe acelasi IP sa primeasca bonusul?Adica sa poata da /bonus pe un singur cont, am incercat mai multe chestii da nu mi-a iesit! Comanda /bonus este urmatoarea: CMD:bonus(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first."); if(IsPlayerConnected(playerid)) { if(BonusActiv > 0) { if(PlayerInfo[playerid][pLevel] <= 2) { GivePlayerCash(playerid, 10000000); PlayerInfo[playerid][pLevel] = 4; PlayerInfo[playerid][pConnectTime] = 3; PlayerInfo[playerid][pCarLic] = 1; PlayerInfo[playerid][pCarLicT] = 10; PlayerInfo[playerid][pFlyLic] = 1; PlayerInfo[playerid][pFlyLicT] = 10; PlayerInfo[playerid][pBoatLic] = 1; PlayerInfo[playerid][pBoatLicT] = 10; PlayerInfo[playerid][pGunLic] = 1; PlayerInfo[playerid][pGunLicT] = 10; PlayerInfo[playerid][pCasesShop] += 1; PlayerInfo[playerid][pKeyShop] += 1; PlayerInfo[playerid][pPremiumPoints] += 80; Update(playerid, pPremiumPointsx); Update(playerid, pLevelx); Update(playerid, pCashx); Update(playerid, pCasesShopx); Update(playerid, pKeyShopx); SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai primit $10.000.000, toate licentele pentru 10 ore, 80 PP si level 3!"); } else return SendClientMessage(playerid, COLOR_LIGHTRED, "Ai primit deja bonusul de incepator!"); } if(BonusActiv <= 0) { SendClientMessage(playerid, COLOR_LIGHTRED,"Bonusul pentru incepatori nu este activ!"); } } return 1; }
×
×
  • Create New...