Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: premium
121. Bonusowy hajs dla premium
function kasa() 
if 
not exports["premium"]:isPremium(graczthen
givePlayerMoney 
(source3500
outputChatBox("Otrzymujesz 3500 PLN za czas przegrany z kontem premium.",v255,255,0true
return
end
end
setTimer 
kasa3600)


Kod nie dzia?a mi :/
debug:
bonus_c.:lua:2:call:failed to call 'premium:isPremium' [string "?"]


funkcja isPremium:


function isPremium(plr)
    if 
plr then
        local q
=dbQuery(db,"SELECT * FROM `premium` WHERE `Nick`=?",getPlayerName(plr))
        
local x=dbPoll(q,-1)
        
dbFree(q)
        if 
#x>0 then
            
return true
        
else
            return 
false
        end
    end
end
122. Premium po raz 2
Witam, mam kod premium, ale jak kto? wejdzie na serwer a nie ma premium to i tak je dostaje.
Kod:
[lua]--[[
Resource: OURGame v2
Developers: Split <[email protected]>
You have no right to use this code without my permission.
(c) 2015 <[email protected]>. All rights reserved.
]]

function loadPlayerData(plr)
local result=exports["ogrpg-db"]:dbGet("SELECT * FROM ogrpg_users WHERE id=?", getElementData(plr,"player:uid"))
if result and #result > 0 then
local v=result[1]
setPlayerMoney(plr,v.money)
setElementModel(plr,v.skin)
setElementData(plr,"status","Aktywny")
setElementData(plr,"player:logged",true)
setElementData(plr,"player:mandate",v.mandate)
setElementData(plr,"player:license:pjA",v.pjA)
setElementData(plr,"player:license:pjB",v.pjB)
setElementData(plr,"player:license:pjC",v.pjC)
setElementData(plr,"player:license:pjL",v.pjL)
setElementData(plr,"player:reputation",v.reputation)
setElementData(plr,"player:workinjob",v.worker)
setElementData(plr,"player:registerdate",v.registered)
setElementData(plr,"player:hours",v.hours)
local queryA=string.format("SELECT * FROM ogrpg_users WHERE id=%d AND premiumdate>NOW() LIMIT 1", getElementData(plr,"player:uid"))
local resultA=exports["ogrpg-db"...
123. premium serverproject.pl
[code]--[[

api="c79ecf069d3e4b1d58a6d6c5e"
function getPremiumDate(plr)
local queryA=exports['ogrpg-db']:dbGet("SELECT * FROM ogrpg_users WHERE id=? AND premiumdate>NOW() LIMIT 1", getElementData(plr,"player:uid"))
if (queryA and #queryA > 0) then
return queryA[1].premiumdate
end
return false
end


function setPremiumDay(plr,days)
if getPremiumDate(plr) then
local queryA=exports['ogrpg-db']:dbSet(string.format("UPDATE ogrpg_users SET premiumdate = DATE(premiumdate) + INTERVAL %d DAY WHERE id=%d",days,getElementData(plr,"player:uid")))
return end
local queryA=exports['ogrpg-db']:dbSet(string.format("UPDATE ogrpg_users SET premiumdate = DATE(curdate()) + INTERVAL %d DAY WHERE id=%d",days,getElementData(plr,"player:uid"))) api="ec8b994a9b1f6c01f14d1ee43"
end

addEvent("premiumActive", true)
addEventHandler("premiumActive", root, function(code,amount)
outputDebugString(code..":"..amount)
local query=string.format("http://admin.serverproject.pl/api/smsapi.php?key="..api.."&amount=%s&code=%s&desc=%s", tostring(amount),code,string.format("UID:"..getElementData(client,"player:uid")))
fetchRemote( query, result,"",false, client,amount)
end)

function result(responseData, errno, playerToReceive,amount)
if errno == 0 then
if string.find...
124. Premium
Witam, posiadam system premium i gdy si? loguje nie wczytuje mi premium.

kod:

[lua]
addEvent("core:spawnPlayer", true)
addEventHandler("core:spawnPlayer", root, function()
local pos=getElementData(source,"player:spawn")
if not pos then return end
fadeCamera(source, true)
spawnPlayer(source, pos[1], pos[2], pos[3])
setCameraTarget(source,source)
toggleControl(source,"fire", false)
toggleControl(source,"aim_weapon", false)
local load=loadPlayerData(source)
if load then triggerClientEvent(source,"addNotification",root,"* Wczytano Twoje dane","info") end
setElementData( source, 'HS_accountName', getPlayerName(source));
setElementData(source, "player:online", 0)
if getElementData(source,"player:premium") then
local queryA=string.format("SELECT * FROM ogrpg_users WHERE id=%d AND premiumdate>NOW() LIMIT 1", getElementData(source,"player:uid"))
local resultA=exports["ogrpg-db"]:pobierzWyniki(queryA)
if (resultA) then
outputChatBox("* Konto premium wa?ne do " ..resultA["premiumdate"], source)
end
end
triggerClientEvent(source,"core:blipyaut",root,source)
end)[/lua]

saveplayers:

[lua]--[[
Resource: OURGame v2
Developers: Split <[email protected]>
You have no right to use this code without my permission.
(c) 2015 <split.programi...
125. Premium
Witam mo?e kto? mi pom?c z tymi skryptami.Chodzi o to ?eby gracz premium m?g? korzysta? z przebieralni.
Przebieralnia:
[lua]local sx,sy = guiGetScreenSize()

-- Wyb?r skina
local m3 = createMarker(204.63,-159.53,1000.52-1, "cylinder", 2, 23,214,255,140)
setElementInterior(m3, 14)
setElementDimension(m3, 5)
local ped = createPed(80, 204.37,-157.54,1000.52, 180)
setElementInterior(ped, 14)
setElementDimension(ped, 5)

-- Ustawienia
local skiny_premium = {18,80,87,15,7,307,29}
local skiny_meskie = {0,1,6,19,20,21,22,23,24,25,28,32,33,34,36,43,44,45,46,47,49,52,58,59,61,66,72,78,79,81,82,83,84,95,96,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,120,122,123,124,133,134,136,137,142,143,144,146,147,155,158,160,163,164,167,170,173,174,175,176,177,179,184,185,186,187,188,189,202,203,204,210,217,220,223,228,229,236,240,241,242,247,248,249,250,252,253,255,260,262,264,269,270,271,272,290,291,292,293,294,295,296,297,299,300,303,306,308,311}
local skiny_kobiece = {12,13,31,38,39,40,41,53,55,88,91,93,135,138,139,140,145,148,150,169,192,193,197,198,201,205,211,216,219,233}

-- GUI
local sp = {}
sp.pr_okno = guiCreateWindow(990/1280*sx, 200/720*sy, 270/1280*sx, 447/720*sy, "Wybierz skin", false)
guiWindowSetMovable(sp.pr_okno, false)
guiWindowSetSizable(sp.pr_okno, true)
guiSetVisible(sp.pr_okno, false)
guiSetAlpha(sp.pr_okno, 0.9)

sp.pr_grid = guiCreateGridList(12/1280*sx, 36/720*sy, 248/1280*sx, 389/720*sy, false, sp.pr_...
126. [SKRYPT] Czat premium
Tag [Premium] ma kolor ?? ?ty.

W tym mo?ecie zmieni? wasz przycisk na czat premium (mo?e i by? te? komenda /premium)


bindKey
(source"wasz_przycisk""down""chatbox""Premium")


Ukryta wiadomość / Hidden message(aby ją zobaczyć musisz postawić użytkownikowi)
Wiadomość została ukryta, aby ją przeczytać należy się zalogować.


Pami?tajcie, aby w mecie da? na server :) .

TESTOWANE!
127. Premium
Chodzi mi o to ze mam paczke YourAdventure i jest tam premium ale jak je da??
128. Premium
Witajcie, nie mam ju? si?y do tego.... Co bym nie zrobi? to nie dzia?a.. Prosz? was o pomoc! Chc? ?eby pokazywa?o PREMIUM jak kto? je ma a ZWYK?E jak nie ma.
Jak dodam po if "not" to ka?dy ma premium a jak tam nie ma "not" to nikt nie ma nawet ten co ma premium

client:
    
if exports["premium"]:isPremium(localPlayerthen
    
else
        
konto "#ffd700PREMIUM#ffffff"
    
else
        
konto "ZWYKLE"
    
end
    local tekst
string.format("NICK : %s ( ID: %d ) ( UID: %d ) ( KONTO %s )",getPlayerName(localPlayer):gsub("#%x%x%x%x%x%x",""),getElementData(localPlayer,"id"),getElementData(localPlayer,"player:uid"),konto)


Meta premium

<meta>
    <
script src="server.lua" type="server" cache="false"/>
    <
script src="client.lua" type="client" cache="false"/>
    <
export function="isPremium" type="server"/>
</
meta>

B??d w db3
http://imgur.com/a/v3qhE
ERROR: call: failed to call "premium:isPremium" [string "?"]
Prosz? o pomoc R* i :piwo: Uratujcie!
129. Premium i Praca
Wiem ,?e kto? ju? kiedy? rozpocz?? ten temat lecz nie zosta? on rozwi?zany.
Mam problem z premium w pracach.
B??d w DB3
Ot?? wywala w db3 ten b??d i nie dzia?a nic.
Dodam, ?e to jest po stronie clienta:

bindKey
("e""down", function()
    if 
not isElementWithinMarker(localPlayerpracathen return end
    
if not exports["premium"]:isPremium(localplayerthen
    
return
    
end

Stawiam :piwo: i daj? R*
130. Czat premium
Witam spo?eczno??. Jakich funkcji u?y? do czatu premium. My?l?, ?e sobie poradz?. Dzi?ki za fatyg?.
131. Sklep Premium
Mam problem chodzi o to ze mam gui pod f6 i jak wpisze tam Kod z sms (jest w Config.xml) to ma mi sie pokaza? : Zakupi?es Premium na 30dni a jak klikam Wy?lij to wysakuje mi DB3

[lua]SklepSMSc.lua:101:Bad argument @' GuiSetText (expectated giu-elemt at argument 1, got nill)[/lua] Przepisywa?em wi?c mog? byc drobne b??dy

Kod:

Client:
[lua]

GUIEditor = {
gridlist = {},
button = {},
label = {},
edit = {}
}

sklepitem = {
{"Premium","30","dni","Chcesz kupi?? zg?os sie do Administracji"},
}

sklep = guiCreateWindow(141, 119, 600, 475, "Sklep Serwerowy", false)
GUIEditor.label[15] = guiCreateLabel(10, 390, 580, 30, "", false, sklep)
GUIEditor.label[16] = guiCreateLabel(10, 430, 580, 30, "Pamietaj: Admin nie odpowiada za ?le wys?anego smsa oraz nie zwraca pieni?dzy!nsprawdz 10 razy na jaki numer i jaka tre?? ma SMS!", false, sklep)

guiLabelSetHorizontalAlign ( GUIEditor.label[15], "center" )
guiLabelSetVerticalAlign ( GUIEditor.label[15], "center" )
guiLabelSetHorizontalAlign ( GUIEditor.label[16], "center" )
guiLabelSetVerticalAlign ( GUIEditor.label[16], "center" )

tabPanel = guiCreateTabPanel ( 10, 20, 580, 370, false, sklep )
TABA = guiCreateTab( "Kup punkty", tabPanel )
TABB = guiCreateTab( "Premium", tabPanel )
guiWindowSetSizable(sklep, false)

lista = guiCreateGridList(10, 35, 550, 90, fals...
132. System Premium v1
Witam, mam problem z dodaniem do skryptu z prac? funkcji, ?e mog? j? mie? tylko gracze, kt?rzy maj? premium. Niestety po wielu pr?bach nie mam poj?cia jak to zrobi? ;( Za pomoc :piwo: i R* Zdj?cie db3 z b??dem.

[lua]
bindKey("e", "down", function()
if not isElementWithinMarker(localPlayer, praca) then return end
if not getElementData(localPlayer, "player:premium") then
if not exports["premium"]:isPremium(localPlayer) then
outputChatBox(" Ta praca dostepna jest tylko dla konta premium.")
return
end
if not getElementData(localPlayer, "gracz_praca") then
local losuj = math.random(2, #miejscamagazynier)
setElementData(localPlayer, "gracz_praca", true)
--outputChatBox("* Od??? skrzynk? na p??k?.")
setPedAnimation ( localPlayer, "CARRY", "crry_prtial", 1,true )

local skrzynia = createObject(1271, 0, 0, 0)
attachElements ( skrzynia, localPlayer, 0, 0.8, 0.5)

local cel = createMarker(miejscamagazynier[losuj][1], miejscamagazynier[losuj][2], miejscamagazynier[losuj][3]-1.0, "checkpoint", 1.0, 255, 0, 0)
local blip = createBlipAttachedTo(cel, 41)

addEventHandler("onClientMarkerHit", cel, function(el, md)
if not md or getElementType(el) ~= "player" then return end
if el ~= localPlayer then return end
...
133. Więcej pieniędzy dla grupy ACL 'Premium'
Witam.

Mam pytanie. Co dorobi? w skrypcie (tzn pracy dorywczej) ?eby dla danej grupy ACL dostawa?a wi?cej?
Za???my, i? ?eby grupa ACL 'Premium' dostawa?a wi?cej za dojechanie do punktu (np. praca autobus?w) np. 19 PLN, a zwyk?y gracz 9 PLN. Moje pytanie skierowa?em do Was bo sie sam zastanawiam jak to zrobi?.
Dam tutaj przyk?adowy kod np. niech b?dzie to praca bus?w z YWG (czy tam YNL).

Oto kod strony clienta:
[lua]
local districtsBus = {
{-1735.86, 935.60, 24.74},
{-1856.70, 934.15, 35.02},
{-1976.56, 929.94, 45.30},
{-2010.05, 889.21, 45.30},
{-2007.90, 687.83, 45.49},
{-2009.29, 164.41, 27.73},
{-2008.72, -47.67, 35.36},
{-2024.01, -311.14, 35.52},
{-2181.06, -314.15, 35.43},
{-2205.83, -200.09, 35.47},
{-2338.28, -188.65, 35.36},
{-2371.03, -75.48, 35.44},
{-2017.15, -72.04, 35.36},
{-2005.12, 48.98, 31.51},
{-1991.66, 138.80, 27.73},
{-2001.05, 313.72, 35.21},
{-2000.35, 594.87, 35.22},
{-2000.49, 844.61, 45.49},
{-1902.01, 842.09, 35.21},
{-1897.27, 916.37, 35.21},
{-1795.58, 921.17, 24.93},
{-1766.85, 950.46, 24.93},

}

local jobTarget
local jobMarker
local jobVehicle
local maxTarget = #districtsBus

function finishJob()
if jobMarker and isElement(jobMarker) then
destroyElement(jobMarker)
jobMarker = nil
end

if jobTarget and isElement(jobTarget) then
destroyElement(jobTarget)
jobTarge...
134. MYSQl, ilość kont premium
Siemano, mam pewien problem z pobraniem ilo?ci kont premium..
Kod:
function sukabylat()
if 
getElementData(source,"dostalinformacje321",truethen return end
local zapytanie2
=toJSON(exports["ogrpg-db"]:dbGet("select count(*) from og_users where premiumdate>now()"))
outputChatBox("Aktualnie posiadamy "..tostring(zapytanie2).." kont z premium"source255255255)
setElementData(source"dostalinformacje321"true)
end
addEventHandler
("onPlayerSpawn"getRootElement(), sukabylat)

Na czacie pokazuje si? co? takiego: "Aktualnie posiadamy [ [ { "count(*)": 86 } ] ] kont z premium"
135. Szukam podmianek skinów premium
Jak kto? ma takie niech pisze potrzebuje na serwer RPG !
Dam repke i piwo R* :piwo:

[ Dodano: 2016-04-21, 18:40 ]
.dam.
136. Premium
Witam, pracuje nad systemem kupna premium poprzez SMS. Ale nie zbyt ogarniam jak przerobi? to abym m?g? podpi?? to pod GUI. na Lua te? nie wiem jak przerobi?. Nie prosze o gotowca jedynie o wyt?umaczenie. Wiem, ?e trzeba
Więcej informacji znajdziesz w Wikipedii MTA:

fetchRemote
i
Więcej informacji znajdziesz w Wikipedii MTA:

fromJSON
ale nie zbyt rozumiem co kolwiek z tego

$apikey 'e7377dceab193b0eacf84fdb0'
$sms_amount 1
$sms_code 'fsytsz12'

$contents file_get_contents("https://admin.serverproject.pl/api/smsapi.php?key=$apikey&amount=$sms_amount&code=$sms_code"); 

if (
$contents

$contents json_decode($contents); 

if (
$contents->error

echo 
'B??d: '.$contents->error

else 

if (
$contents->status == 'ok'

echo 
'Kod poprawny. Portfel w?a?ciciela zosta? do?adowany kwot? '.$contents->amount.' PLN.'

else 

echo 
'Nieznany b??d'



else 

echo 
"B??d po??czenia z API."
}
137. SMS premium
do zamkniencia
138. [PHP] Premium
Prosil bym o gotowy scrypt czy cos na premium ?eby gracze kupowali za sms na wyznaczone ilos dni.Jesli da sie to zrobic to z g?ry dzi?ki.
139. skiny premium
Siemka jak dodac ze skiny moze wybierac jedynie ranga VIP ?



local skiny 
= {1,10,11,23,43,12,36,24,14,21,67,55,81,71,91,111,234,153,156,134}
local ubrania createMarker(-179.10,1177.64,19.89"corona"20255255)
setElementData(ubrania"marker_opis""Wyb?r skina")
setElementInterior(ubrania0)
setElementDimension(ubrania0)

okno guiCreateWindow(997179262381"Przebieralnia"false)
gridlist guiCreateGridList(927243344falseokno)
guiGridListAddColumn(gridlist"ID"0.9)
guiWindowSetSizable(oknofalse)
guiSetVisible(oknofalse)

for 
i,v in ipairs(skiny) do
    
local row guiGridListAddRow(gridlist)
    
guiGridListSetItemText(gridlistrow1vfalse,false)
end

addEventHandler
("onClientGUIClick"gridlist, function()
    
local model guiGridListGetItemText(gridlistguiGridListGetSelectedItem(gridlist))
    
    if 
model then
        triggerServerEvent
("onPlayerEditSkin"getLocalPlayer(), model)
    
end
end
)

addEventHandler("onClientMarkerHit"ubrania, function(elmd)
    if 
not md or getElementType(el) ~= "player" then return end
    
if el == localPlayer then
        guiSetVisible
(oknotrue)
        
showCursor(truefalse)
    
end
end
)

addEventHandler("onClientMarkerLeave"ubrania, function(elmd)
    
guiSetVisible(oknofalse)
    
showCursor(false)
end)
140. 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 ?
141. Premium
Witam mam gotowy panel premium lecz nie wiem jak zrobic funkcje do tego panelu np nacisne napraw auto to mi naprawi za pomoc :piwo:

Kod
[lua]
--[[ Prawa autorskie nadane przez xDanioPLx ]]--
--[[ Zakaz usuwania Autora ]]--


GUIEditor = {
gridlist = {},
window = {},
button = {},
memo = {}

}

local screenW, screenH = guiGetScreenSize()
GUIEditor.window[1] = guiCreateWindow(10, (screenH - 560) / 2, 773, 560, "Konto Premium by xDanioPLx", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetAlpha(GUIEditor.window[1], 1.00)
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFF3F608")

GUIEditor.button[1] = guiCreateButton(496, 40, 254, 74, "Z?oty NameTag", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[2] = guiCreateButton(496, 183, 254, 74, "Zatankuj Pojazd", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[3] = guiCreateButton(496, 342, 254, 74, "Daj ?ycie", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[4] = guiCreateButton(496, 474, 254, 74, "Daj Kamizelke", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[5] = g...
142. Premium
Witam zrobi?em skrypt na premium ale cos mi on nie dziala. Prosze o pomoc.
Dzialanie skryptu (jak dodam kogos do acl i jak nacisnie f3 to mu sie panel premium odpali)
Za pomoc :piwo:

Kod
[lua]
[code]--[[ Prawa autorskie nadane przez xDanioPLx ]]--
--[[ Zakaz usuwania Autora ]]--


GUIEditor = {
gridlist = {},
window = {},
button = {},
memo = {}

}
function test()
outputChatBox ("1")
end
bindKey ("F3", "down", test)

local screenW, screenH = guiGetScreenSize()
GUIEditor.window[1] = guiCreateWindow(10, (screenH - 560) / 2, 773, 560, "Konto Premium by xDanioPLx", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetAlpha(GUIEditor.window[1], 1.00)
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFF3F608")

GUIEditor.button[1] = guiCreateButton(496, 40, 254, 74, "Z?oty NameTag", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[2] = guiCreateButton(496, 183, 254, 74, "Zatankuj Pojazd", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[3] = guiCreateButton(496, 342, 254, 74, "Daj ?ycie", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[4] = guiCreateButton(496, 474, 254, 74, "...
143. Premium
Witam serdecznie. Mam wielki problem z premium, a mianowicie chodzi o to...jak zrobi?, ?e jak kto? wy?le jaki? kod pod jaki? numer to kasa przeleje si? na dane konto np. w Millenium, a po wpisaniu kodu, kt?ry kto? otrzyma w odpowiedzi przeniesie kogo? do ACL Premium
144. [GF] Premium na tabie
Witam, mam pewien problem
staram si? wykona? co? takiego:
Po klikni?ciu TAB wyskakuje lista u?ytkownik?w lecz gracze kt?rzy maj? premium powinni mie? z?oty kolor i tak jest lecz wtedy te? wida? ich na mapie, a w?a?nie temu chce zapobiec.
Jak zrobi? aby gracz nie by? widzialny na mapie, a na TAB'ie jego nick by? z?oty?
Pr?bowa?em wszystkiego
Moje zastosowania:


Kod:



1.

if(PlayerInfo[playerid][pPremium]>1)
{
SetPlayerMarkerForPlayer(playerid, KOLOR_ZOLTY);
}

2.

if(PlayerInfo[playerid][pPremium]>1)
{
SetPlayerColor(playerid,ZOLTY);
SetPlayerColor(playerid,KOLOR_NIEWIDZIALNY);
}

3.

if(PlayerInfo[playerid][pPremium]>1)
{
SetPlayerColor(playerid,ZOLTY);
}


Nic z tego. daje :piwo:
145. [GF] Konto premium
Witam! Chcia?bym zapyta? jak doda? kolor ,aby by? wy?wietlany na TAB.

Komenda :

(Kolor ma by? ?? ?ty)

Kod:

CMD:dajpremium(playerid, cmdtext[])
{
if(!ToAdminLevel(playerid,6)) return 0;
new playa,poziom;
if(sscanf(cmdtext, "ii", playa,poziom))
{
GuiInfo(playerid,""BIALY"U?yj: "ADMIN"/dajpremium (id) (punkty)");
return 1;
}
if(!IsPlayerConnected(playa))
{
GuiInfo(playerid,""ADMIN"Nie poprawne id gracza!");
return 1;
}
if(poziom<1||poziom>50)
{
GuiInfo(playerid,""ADMIN"Punkty od 1 do 50!");
return 1;
}
format(String, sizeof(String),"Admin %s da? tobie: %d punkt?w premium",PlayerInfo[playerid][pNickOOC],poziom);
SendClientMessage(playa,KOLOR_ADMIN,String);
format(String, sizeof(String),"Da?e? %s %d punkt?w premium",PlayerInfo[playa][pNickOOC],poziom);
SendClientMessage(playerid,KOLOR_ADMIN,String);
PlayerInfo[playa][pPremium]+=poziom;
ZapiszKonto(playa);
Data();
printf("LOG: (%d.%d.%d) OOC: %s, IC: %s dal premium %d graczowi OOC: %s, IC: %s",Dzien,Miesiac,Rok,PlayerInfo[playerid][pNickOOC],NickCzat(playerid),poziom,PlayerInfo[playa][pNickOOC],NickCzat(playa));
return 1;
}


Pr?bowa?em r??nych sposob?w i nic ;/
146. [DM] Premium A/D - Nazwa gracza
Witam posiadam map? Premium A/D 1.0.3 i jest w niej jeden problem
(Posiadam tylko AMX tej mapki niestety)
1. Np. jak gracz napisze "Siema" To na czacie wyskakuje >>Siema.
Prosi?bym was o zrobienie b?d? znalezienie skryptu aby bylo widac nick goscia ktory to wpisuje.

Pozdrawiam