praf. Posted February 18, 2015 Posted February 18, 2015 Salut as dori si eu comanda /getgift si sa-ti dea 1kk , 100 k mats , 100 k droguri , cont premium [ pPremium 1 ] va rog mult , raman dator .
MinistruLL55.. Posted February 18, 2015 Posted February 18, 2015 Omule, asteapta sarbatprile, ziua bugged, vr suspend ptr topic aiurea. Esti un prost de doi ani.
praf. Posted February 18, 2015 Author Posted February 18, 2015 Amice stai cuminte si ai grija la limbaj eu vreau comanda pentru gamemode-ul meu , nici nu sti sa intelegi romana , clar :)
valderator Posted February 18, 2015 Posted February 18, 2015 Nu se adauga /getgift la comanda ... Un admin T/C .
V E R S A C E Posted February 18, 2015 Posted February 18, 2015 El vrea sistemul... Nu vrea sa fie adaugat pe server. :)))
sNNk Posted February 19, 2015 Posted February 19, 2015 (edited) Baiatul a cerut sistemul nu sa se adauge giftbox-ul pe server. Edited February 19, 2015 by Authe
sNNk Posted February 19, 2015 Posted February 19, 2015 Salut as dori si eu comanda /getgift si sa-ti dea 1kk , 100 k mats , 100 k droguri , cont premium [ pPremium 1 ] va rog mult , raman dator . Comanda /getgift CMD:getgift(playerid, params[]) { if(playerVariables[playerid][pGiftPoint] >= 1) { new ran = random(5); if(ran == 0) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat $1,774,169."); playerVariables[playerid][pMoney] += 1774169; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 1) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat $116,49."); playerVariables[playerid][pMoney] += 11649; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 2) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat $123,90"); playerVariables[playerid][pMoney] +12390; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 3) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat 10g droguri"); playerVariables[playerid][pDrugs] += 10; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 4) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat 50,000 de materiale"); playerVariables[playerid][pMaterials] +=50000; playerVariables[playerid][pGiftPoint] -= 1; } } else return SendClientMessage(playerid, COLOR_GREY, "Nu ai suficiente GiftPoints-uri pentru a castiga un cadou."); } Comanda /givemepoint CMD:givemegpoint(playerid, params[]) { if(EsteManager(playerid)) { playerVariables[playerid][pGiftPoint] += 5; SendClientMessage(playerid, COLOR_GREY, "Ai primit 5 puncte gift."); } else return SendClientMessage(playerid, COLOR_WHITE, "Nu este inclus in lista managerilor."); return 1; } Cadouri / Brad / 3dlabel Create3DTextLabel("GiftBox\n Type /getgift ",0xFF6347AA,1124.1337,-1467.0392,15.7622,40.0,0); CreateObject(19054, 1124.973632, -1469.977416, 15.286223, 0.00000, 0.00000, 0.00000); CreateObject(19076, 1124.158813, -1470.010498, 14.445003, 0.00000, 0.00000, 0.00000); CreateObject(19056, 1124.180053, -1468.760986, 15.039734, 0.00000, 0.00000, 0.00000); CreateObject(19058, 1123.288696, -1469.725219, 15.391901, 0.00000, 0.00000, 0.00000);
praf. Posted February 20, 2015 Author Posted February 20, 2015 @Authe ai skype , daca ai da-mi add draculaa21 :)
Blaskowski Posted February 21, 2015 Posted February 21, 2015 @@praf., eu te am deja skype...sa-mi dai tw ca iti pun eu un gift...oricum nu cred ca ii greu sa-ti faci tu..dar infine.
Dr.SinedD Posted February 21, 2015 Posted February 21, 2015 Asteapta mana la ziua BUGGED frate si se da atunci 1kk etc.
sNNk Posted February 26, 2015 Posted February 26, 2015 Doamne Dr.SinedD tu nu vezi ca el cere sistemu nu sa se activeze pe forum.
Blaskowski Posted February 26, 2015 Posted February 26, 2015 @@praf., te ajut maine. @@Dr.SinedD, invata sa scrii corect gramatical si apoi comenteaza.
L0K3D. Posted March 6, 2015 Posted March 6, 2015 Comanda /getgift CMD:getgift(playerid, params[]) { if(playerVariables[playerid][pGiftPoint] >= 1) { new ran = random(5); if(ran == 0) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat $1,774,169."); playerVariables[playerid][pMoney] += 1774169; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 1) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat $116,49."); playerVariables[playerid][pMoney] += 11649; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 2) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat $123,90"); playerVariables[playerid][pMoney] +12390; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 3) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat 10g droguri"); playerVariables[playerid][pDrugs] += 10; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 4) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat 50,000 de materiale"); playerVariables[playerid][pMaterials] +=50000; playerVariables[playerid][pGiftPoint] -= 1; } } else return SendClientMessage(playerid, COLOR_GREY, "Nu ai suficiente GiftPoints-uri pentru a castiga un cadou."); } Comanda /givemepoint CMD:givemegpoint(playerid, params[]) { if(EsteManager(playerid)) { playerVariables[playerid][pGiftPoint] += 5; SendClientMessage(playerid, COLOR_GREY, "Ai primit 5 puncte gift."); } else return SendClientMessage(playerid, COLOR_WHITE, "Nu este inclus in lista managerilor."); return 1; } Cadouri / Brad / 3dlabel Create3DTextLabel("GiftBox\n Type /getgift ",0xFF6347AA,1124.1337,-1467.0392,15.7622,40.0,0); CreateObject(19054, 1124.973632, -1469.977416, 15.286223, 0.00000, 0.00000, 0.00000); CreateObject(19076, 1124.158813, -1470.010498, 14.445003, 0.00000, 0.00000, 0.00000); CreateObject(19056, 1124.180053, -1468.760986, 15.039734, 0.00000, 0.00000, 0.00000); CreateObject(19058, 1123.288696, -1469.725219, 15.391901, 0.00000, 0.00000, 0.00000); E facut de mine acest sistem.
sNNk Posted March 6, 2015 Posted March 6, 2015 @L0K3D stiu ca e facut de tine, l-am postat pentru ca l-a cerut, nu am zis a e facut de mine.
Apachitei Tiberiu Posted January 21, 2016 Posted January 21, 2016 Comanda /getgift CMD:getgift(playerid, params[]) { if(playerVariables[playerid][pGiftPoint] >= 1) { new ran = random(5); if(ran == 0) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat $1,774,169."); playerVariables[playerid][pMoney] += 1774169; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 1) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat $116,49."); playerVariables[playerid][pMoney] += 11649; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 2) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat $123,90"); playerVariables[playerid][pMoney] +12390; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 3) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat 10g droguri"); playerVariables[playerid][pDrugs] += 10; playerVariables[playerid][pGiftPoint] -= 1; } else if(ran == 4) { SendClientMessage(playerid, COLOR_YELLOW, "GiftBox: Ai castigat 50,000 de materiale"); playerVariables[playerid][pMaterials] +=50000; playerVariables[playerid][pGiftPoint] -= 1; } } else return SendClientMessage(playerid, COLOR_GREY, "Nu ai suficiente GiftPoints-uri pentru a castiga un cadou."); } Comanda /givemepoint CMD:givemegpoint(playerid, params[]) { if(EsteManager(playerid)) { playerVariables[playerid][pGiftPoint] += 5; SendClientMessage(playerid, COLOR_GREY, "Ai primit 5 puncte gift."); } else return SendClientMessage(playerid, COLOR_WHITE, "Nu este inclus in lista managerilor."); return 1; } Cadouri / Brad / 3dlabel Create3DTextLabel("GiftBox\n Type /getgift ",0xFF6347AA,1124.1337,-1467.0392,15.7622,40.0,0); CreateObject(19054, 1124.973632, -1469.977416, 15.286223, 0.00000, 0.00000, 0.00000); CreateObject(19076, 1124.158813, -1470.010498, 14.445003, 0.00000, 0.00000, 0.00000); CreateObject(19056, 1124.180053, -1468.760986, 15.039734, 0.00000, 0.00000, 0.00000); CreateObject(19058, 1123.288696, -1469.725219, 15.391901, 0.00000, 0.00000, 0.00000); Mai zii si tu unde este setata maping-ul.
Tasmell Posted February 6, 2016 Posted February 6, 2016 Asta este una din persoanele acelea care intra pe anumite servere sa vada ce mai este nou si dupa sa bage pe server-ului lui. Dar iti dai seama ce scripter este daca nu stie sa faca o comanda simpla ca aceasta. :D :D Si da, s-a exprimat gresit cand a cerut ajutorul. -_-
Recommended Posts