| Tematy otagowane jako: kupno |
| 1. Benefactor Feltzer kupno |
| Szukam kogoś kto posiada Feltzera w swojej kolekcji żeby odkupić kopie w Klubie Samochodowym LS |
| 2. Premium kupno |
| Mam ca?y skrypt na kupno premium, tylko chcia?em zapyta? czy jest opcja jakiego? obej?cia micro SMS aby nie wp?aca? tych 49 z?, lub czy zna kto? jaki? hosting p?atno?ci bez potwierdzenia. |
| 3. Kupno Premium |
Cze??, m?g?by kto? rzuci? okiem na skrypt na kupno premium czy b?dzie dzia?a?. W db3 nie ma b??d?w. Naj?atwiej by?o by sprawdzi? poprzez kupno jakiej? premki tylko ?e w obecnej chwili nie mam mo?liwo??.
[lua]
local nametagFont = dxCreateFont( ":czcionka/f.ttf", 10 )
if not nametagFont then nametagFont = "default-bold" end
local wFont = dxCreateFont( ":czcionka/f.ttf", 15 )
if not wFont then wFont = "default-bold" end
local wFont2 = dxCreateFont( ":czcionka/f.ttf", 12 )
if not wFont2 then wFont2 = "default-bold" end
local lFont = dxCreateFont(":czcionka/f.ttf", 15)
if not lFont then lFont = "default-bold" end
local nCz = dxCreateFont( ":czcionka/f.ttf", 10 )
if not nCz then nCz = "default-bold" end
local screenW, screenH = guiGetScreenSize()
local sx, sy = guiGetScreenSize()
function mysz(psx,psy,pssx,pssy,abx,aby)
if not isCursorShowing() then return end
cx,cy=getCursorPosition()
cx,cy=cx*sx,cy*sy
if cx >= psx and cx <= psx+pssx and cy >= psy and cy <= psy+pssy then
return true,cx,cy
else
return false
end
end
local gp = {}
gp.napisy = guiCreateLabel(0.45, 0.29, 0.20, 0.32, "", true)
guiSetFont(gp.napisy, "default-bold-small")
guiLabelSetHorizontalAlign(gp.napisy, "center", false)
guiLabelSetVerticalAlign(gp.napisy, "center")
gp.d3 = guiCreat... |
| 4. kupno aut za kasę w bankomacie |
| nie wiem jak zrobi? aby auta mozna by?o kupic za kase w banku bo bym chcia? za wiecej niz 99kk |
| 5. Kupno broni z licencja |
Witam chcia?bym zrobi? ze po wej?ciu w marker, gdy gracz nie posiada licS nie pokazuje mu sie sklep z bronia
[lua]local anmarkerenter = createMarker(1368.5,-1279.8,12.5,"cylinder",1.5,255,255,0,255)
local anmarkerexit = createMarker(285.8,-86.3,1000.5,"cylinder",1.5,255,255,0,255)
local anmarkershop = createMarker(291.1,-84.1,1000.5,"cylinder",2,50,50,255,255)
createBlipAttachedTo(anmarkerenter,6,0, 0, 0, 0, 0, 1, 100)
setElementInterior(anmarkerexit,4)
setElementInterior(anmarkershop,4)
setElementDimension(anmarkerexit,201)
setElementDimension(anmarkershop,201)
addEventHandler("onMarkerHit",anmarkershop,
function(hitElement)
if not getElementData(hitElement,"player:license:licS") == 0 then
setElementData(hitElement,"player:job",false)
if getElementData(hitElement,"player:job") then return end
if getElementData(hitElement,"player:license:licS") == 0 then
outputChatBox("* Nie posiadasz zdanej licencji kategori licS", hitElement, 255, 0, 0)
return
end
end
end)
addEventHandler("onMarkerHit",anmarkerenter,
function(hitElement)
if (getElementType(hitElement) == "player") then
if (getElementDimension(hitElement) == 0) and (getElementInterior(hitElement) == 0) then
if not isPedInVehicle(hitElement) then
setElementInterior(hitElement,4)
setElementDimension(hitElement,201)
setElementPosition(hitElement,285.93014526367, -8... |
| 6. [GTAIV] Kupno |
Witam, jak wiecie z steam znikla mozliwosc zakupu GTA IV, czy jak kupie klucz GTA IV np. na eneba to bedzie on dzialal?
Prosze zeby osoby ktore sie na tym nie znaja sie nie wypowiadaly typu "nie wiem sam sprawdz" czy "pewnie nie xD" |
| 7. Nie dziaka kupno VIP |
Witam mam zakup vip przez strone serverproject.pl i gdy podaje kod pisze ?e hosting nie odpowiada co moze byc nie tak ?
Za pomoc daje Piwo i repe !
strona servera:
[lua]
local evip = createElement("VIP","VIP");
local vippos = {}
local buycost = {
-- CENA NETTO , ILE DNI VIP
{1, 2},
{2, 7},
{3, 7},
{4, 15},
{5, 15},
{6, 30},
{9, 30},
{19, 80},
{25, 125}
}
--k6k244
local function queryphp(r,e,client,k,n)
if e == 0 then
outputServerLog("VIPresponsehttp: money:"..buycost[n][1].." "..client.name..":key: "..k.." => "..r)
--triggerClientEvent(p,"ResVipTestKey",p,r)
local rtabvip = fromJSON(r);
if rtabvip.status == "ok" then
triggerClientEvent(client,"ResVipTestKey",client,"OK: KOD POPRAWNY: OTRZYMUJESZ KONTO VIP NA OKRES "..buycost[n][2].." dni")
if client.isvip then
outputDebugString("if client.isvip ".. client.name .." => "..client.vip.." + "..getRealTime().timestamp + (buycost[n][2] * 86400));
client.vip = client.vip + getRealTime().timestamp + (buycost[n][2] * 86400)
else
client.isvip = true
client.vip = getRealTime().timestamp + (buycost[n][2] * 86400)
outputDebugString("if NOT client.isvip ".. client.name .." => "..client.vip);
end
else
if n < #buycost then
api_http(c... |
| 8. Kupno samochodów w salonie |
Witam mam problem, posiadam salon ogrpg i gdy probuje kupic auto to ono nie pojawia sie w przechowywalni ani w bazie danych.
kod :
[code]createBlip(-1958.69,298.25,35.47, 55,2,0,0,0,0,0,275)
createBlip(-2103.67,-14.89,35.32, 55,2,0,0,0,0,0,275)
local positionVehicles = {
-- nazwa, model, przebieg, cena, x,y,z,rx,ry,rz, sprzeda?
-- Salon Zwykly i luksus
{'Sunrise', 550, 0, 15300, -1958.76,298.71,35.25,0,0,180,1.6},
{'Blista Compact', 496, 0, 14600, -1956.64,271.07,35.17,0,0,0,1.6},
{'Sentinel', 405, 0, 29500, -1945.5,272.8,35.30,0,0,130,1.6},
{'Premier', 426, 0, 14500, -1945.26,266.84,35.22,0,0,90,1.6},
{'Washington', 421, 0, 15600, -1945.09,259.93,35.29,0,0,40,1.6},
{'Fortune', 526, 0, 12250, -1950.73,256.36,35.29,0,0,15,1.6},
{'Merit', 551, 0, 32250, -1959.86,256.55,35.29,0,0,-15,1.8},
{'Stratum', 561, 0, 29700, -1945.21,274.08,40.84,0,0,90,1.8},
{'Stallion', 439, 0, 22400, -1945.21,266.68,40.84,0,0,90,1.6},
{'Clover', 542, 0, 14400, -1945.21,259.48,40.84,0,0,90,1.6},
{'Perennial', 404, 20134, 1750, -2100.60,7.07,35.00,0,0,90,1.2},
{'Previon', 436, 15743, 3100, -2100.60,3.20,35.04,0,0,90,1.4},
{'Vincent', 540, 12342, 3970, -2100.60,-0.99,35.13,0,0,90,1.4},
{'Manana', 410, 15567, 2100, -2100.60,-4.91,34.94,0,0,90,1.2},
{'Moonbeam', 418, 13300, 1750, -2101.31,10.99,35.38,0,0,90,1.4},
{'Oceanic', 467, 43211, 4020, -2101.31,14.99,34.98,0,0,90... |
| 9. Automatyczne kupno premium. |
Witam. Nie wiem jak zrobi? by premium by?o mo?na kupi? automatycznie pod kom. premium.
Mo?na wiedzie? sk?d wzi??? api na serverproject? oraz jak zrobi? by po kupnie pkt wp?ywa?y na konto oraz gracz dosta? premium? Prosz? o pomoc! |
| 10. Kupno premium |
| Czesc, ostatnio mam metlik w glowie z kupnem premium - jak mam automatyczne dawanie rangi po wpisaniu kodu to dac tam klucz z php czy serwera? |
| 11. [PHP] Kupno premium |
Witam. Dzisiaj otrzyma?em API od SimPay ale niestety nie mam zielonego poj?cia jak je doda? na moj? stronk?. M?g? by mi kto? pom?c? Odp?ac? si? i respektem
Kod SimPay:
[code]<?php
define('API_KEY', 'XXXXXXXX');
define('API_SECRET', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX');
define(‘API_VERSION’, 1);
require_once(‘SimPay.class.php’);
try {
$api = new SimPay(API_KEY, API_SECRET, API_VERSION);
$api->getStatus(array(
'service_id' => '2',
'number' => '7355',
'code' => '5DB554',
));
if($api->check()) {
// kod poprawny
} else if($api->error()) {
// niepoprawny kod
// podczas rozwoju aplikacji system mo?e wy?wietli? b??d
print_r($api->showError());
}
}
catch(Exception $e) {
echo 'Error: ' .$e->getMessage();
}
?>[/code]
M?j Kod:
[code]
<?
if($_GET['buy'] == 3 || $_GET['buy'] == 14 || $_GET['buy'] == 30)
{
$vip = $_GET['buy'];
$action = $_GET['action'];
$nick = $_SESSION['login'];
$query = "SELECT * FROM `users` WHERE `nick` = '$nick'";
$res = mysql_query($query);
$vipma = mysql_result($res,0,"vip");
if($vipma != 1)
{
if($vip == 3)
{
echo '<br/><br/>';
echo '<div class="textinfo">Wybrales kupno uslugi: <font color="green"><b>VIP na 3 dni</font></b> !<br/>Aby ja aktywowac wyslij SMS o tresci:<font color="green"><b> TC.NSHOOT.65282... |
| 12. [HTML] Kupno Forum |
Jak ja mam to zrobi?
forum mam kupione wszystko gitara siema a jak mam zainstalowac oprogramowanie to wyskakuje b??d i chce to uzupe?ni? pomo?e kto? ?
 |
| 13. Kupno Premium |
[center]Witam
mam problem z kupnem premium z pys uzupe?ni?em wszystko i nie dzia?a...[/center]
C:
[lua]local data={ showed=nil, button={}}
local screenW, screenH = guiGetScreenSize()
local sx, sy = guiGetScreenSize()
function isMouseIn(psx,psy,pssx,pssy,abx,aby)
if not isCursorShowing() then return end
cx,cy=getCursorPosition()
cx,cy=cx*sx,cy*sy
if cx >= psx and cx <= psx+pssx and cy >= psy and cy <= psy+pssy then
return true,cx,cy
else
return false
end
end
function renderZoneBox()
showCursor(true)
dxDrawRectangle(screenW * 0.3857, screenH * 0.2781, screenW * 0.2369, screenH * 0.4524, tocolor(9, 0, 0, 121), false)
dxDrawRectangle(screenW *0.3857, screenH *0.2781, screenW * 0.0052, screenH * 0.4524, tocolor(49, 237, 254, 179), false)
dxDrawText("Premium", screenW * 0.4619, screenH * 0.2905, screenW * 0.5500, screenH * 0.3343, tocolor(255, 255, 255, 255), 2.00, "default", "center", "top", false, false, false, false, false)
dxDrawText("Numer: 7136 Kod: AA.SP", screenW * 0.4161, screenH * 0.3905, screenW * 0.5976, screenH * 0.6657, tocolor(255, 255, 255, 255), 1.00, "default", "center", "top", false, false, false, false, false)
dxDrawLine((screenW * 0.4179) - 1, (screenH * 0.6752) - 1, (screenW * 0.4179) - 1, screenH * 0.7210, tocolor(49, 237, 254, 179), 1, false)
dxDra... |
| 14. Kupno pojazdu prywatnego |
Witam tak jak w temacie chcia?bym,aby po zakupie pojazdu teleportowa?o nas na dane koordy ??cznie z zakupionym pojazdem,lecz nie wiem jak to zrobi? poniewa? aktualnie po zakupie teleportuje pojazd do przechowalni a tego nie chce da?o by rade to przerobi? ? jak tak to prosze o jakies podpowiedzi..
[lua] local positionVehicles = {
-- nazwa, model, przebieg, cena, x,y,z,rx,ry,rz, sprzeda?
-- salon
{'Admiral', 445, 30, 70000, -1752.94,943.26,24.89, 356.43, 3.95, 266.57},
{'Yosemite', 554, 10, 170000, 2118.07, -1158.29, 24.40, 354.86, 359.24, 299.10},
{'Sandking', 495, 0, 54250, 2117.44, -1153.81, 24.65, 353.60, 4.74, 299.33},
{'Huntley', 579, 30, 250000, 2117.99, -1148.98, 24.17, 355.22, 5.11, 296.24},
{'Jester', 559, 30, 23120, 2136.76, -1146.84, 24.28, 3.33, 354.34, 52.85},
{'Turismo', 451, 30, 700000, 2136.25, -1151.50, 23.82, 2.63, 356.26, 46.18},
{'Sabre', 475, 30, 23120, 2136.25, -1132.28, 25.49, 359.45, 0.24, 69.74},
{'Tahoma', 566, 30, 29320, 2119.83, -1136.90, 24.98, 2.24, 2.90, 286.47},
{'Buffalo', 402, 30, 20000, 2119.57, -1131.54, 25.15, 2.53, 359.56, 291.42},
{'Blade', 536, 30, 320020, 2120.56, -1126.66, 25.14, 1.94, 359.50, 291.48},
{'FCR-900', 521, 30, 29320, 2126.98, -1153.56, 23.55, 359.01, 0.00, 300.22},
}
for i,v in pairs(positionVehicles) do
local veh=createVehicle(v[2], v[5], v[6], v[7], v[8], v[9], v[10], v[11])
setElementData(veh,'vehicle:desc','Pojazd: '..v[1]..' ('..v[2].... |
| 15. Kupno pojazdu.. |
Witam, mam pewien problem, tworze sobie salon pojazd?w na systemie pojazd?w by pan prezes.
[lua]
addEvent("kuppojazd", true)
addEventHandler("kuppojazd", root, function(informacje) -- informacje[1] to model, informacje[2] to cena, informacje[3] to przebieg
local nadaj = stworzPojazd(informacje[1], -1897.90, 253.09, 41.05+2)
local account = getPlayerAccount(source)
local wlasciciel = getAccountName(account)
if nadaj then
if account then
if getPlayerMoney(source) >= informacje[2] then
warpPedIntoVehicle ( source, nadaj )
takePlayerMoney(source, informacje[2])
triggerClientEvent(source, "potwierdzKupnoPojazduPrywatnegoR", root)
outputChatBox("Z twojego konta pobrano: "..informacje[2].." za kupno pojazdu o przebiegu: "..informacje[3].."")
setTimer(function(source)
--<<-->>
local query = dbQuery(handler, "INSERT INTO pojazdy (wlasciciel, model, x, y, z, rot, ca, cb, cc, przebieg, paliwo) VALUES (?, ?, ?, ?, ?, ?,?,?,?,?,?)", wlasciciel, id, x, y, z, rot, r, g, b, 50, 0)
local result, num_affected_rows, last_insert_id = dbPoll(query, -1)
local r, g, b = getVehicleHeadLightColor(nadaj)
dbExec(handler, "INSERT INTO tuning (id, t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, paintjob, hr, hg, hb) VALUES (?, ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)", last_insert_id, "0", "0", "0", &... |
| 16. System Pojazdów + Kupno |
Witam jak dorobi? do Skryptu Systempojazdowbypanprezes mo?liwo?? kupowania w sklepie aut Np. Stoi Infernus i piszemy /kuppojazd i kupujemy pojazd jak to zrobi??
http://gtao.pl/%3Cfont-co...-sq-vt95613.htm |
| 17. Kupno premium AUTOMAT |
Witam wie kto? jak zrobi? takie cos :
Mam wykupowny serwer na servhost.pl
I chodzi o to wie kto? jak zrobi? aby gracze kupowali premke i jednocze?cie automat wysyla do niej kod a serwer sam si? utrzymuje z premek ma kto? pomys?y ? |
| 18. Gta 5 kupno z automatu |
Witaam!
Moje pytanie brzmi nast?puj?co: Gdy kupie wersje cyfrow? przez np. allegro b?d? inne tego typu serwisy (przez automat) to dostaje klucz i wpisuje go w PSN czy jak to dzia?a?
I je?eli kupi?bym z automatu, to b?dzie dzia?a? tryb online? Z g?ry dzi?kuje za opodowied?
Rzecz jasna na PS3 ;] |
| 19. [INNE] Pickup + kupno |
Witam mam problem ...
Co zrobi? aby tylko w pickupie mo?na by?o kupywa? bronie ? Poza pickupem komenda by nie dzia?a ... |
|