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: samc
1. [MODEL] SAMC Los Santos
No siema, prezentuje wam wed?ug mnie ?adny i schludny Szpital San Andreas Medical Center w Los Santos, jest on podmieniony pod oryginalny z podstawki gry


Autor Modelu: Do Ko?ca nie znany
Edycja i poprawki: AroSly, Kanciasty
Autor Mapy: Kanciasty

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



Screenshot: https://imgur.com/DbajdhX
2. liderstwo samc
siema, mam problem odnosnie panelu lidera samc, kazdy inny dziala a akurat ten nie, tak samo pod tabem sie nie wyswietla samc a reszta frakcji tak. GM to Pseudo City
3. Auta frakcji samc
Witam, mam paczke Play Your Stories 3.0 odpali?em tam skrypt na frakcje samc ale nie ma ?adnych pojazd?w prosze o natychmiastow? pomoc
4. Karetki SAMC
Witajcie potrzebuje pomocy bo mi karetki sie nie respi? pomocy
kod
[lua]
function getVehicleHandlingProperty ( element, property )
if isElement ( element ) and getElementType ( element ) == "vehicle" and type ( property ) == "string" then
local handlingTable = getVehicleHandling ( element )
local value = handlingTable[property]

if value then
return value
end
end

return false
end

local asapd_radiowozy = {

{-1640.32, 649.72, -5.52, 359.7, 0.0, 268.8, 597},
{-1640.31, 653.80, -5.52, 359.7, 0.0, 269.4, 597},
--{-1640.31, 653.80, -5.52, 359.7, 0.0, 269.4, 597},
{-1640.34, 657.85, -5.52, 359.7, 0.0, 270.1, 597},
{-1640.35, 661.99, -5.52, 359.7, 0.0, 268.9, 597},

}

local asapd_holowniki = {

{-1640.21, 670.16, -5.37, 358.0, 0.0, 269.7, 525},
{-1640.21, 674.06, -5.36, 358.3, 360.0, 269.9, 525},
{-1640.25, 678.24, -5.37, 358.0, 0.0, 270.4, 525},
{-1640.19, 682.35, -5.36, 358.3, 0.0, 270.5, 525},
{-1640.29, 686.39, -5.36, 358.2, 360.0, 269.4, 525},

}

local sapd_premiery = {

{-1608.37, 693.82, -5.50, 0.0, 0.0, 179.6, 426},
{-1604.17, 693.80, -5.50, 0.0, 0.0, 179.8, 426},
{-1600.09, 693.79, -5.50, 0.0, 0.0, 179.6, 426},
{-1596.05, 693.82, -5.50, 0.0, 0.0, 180.0, 426},

}

local sapd_sultany = {

--{-1596.70, 674.97, -5.61, 0.13, 0.00, 358.53,560},
--{-1600.68, 674.92, -5.61, 0.13, 0.00, 359.72,560},

}

local sapd_radiowozy = {

{-1632.80, 693.77...
5. Logowanie I wylogowywanie się do Frakcji SAMC
Witam, posiadam frakcje samc i paczke PYSA

Chodzi konkretnie o Frakcj? samc, mo?na si? zalogowa?, panel dzia?a i wszystko jest niby git, ale nie mo?na si? wylogowa? z frakcji, jedyny spos?b na wylogowanie si? z frakcji to reconnect, a to bez sensu, czy kto? by mi umia? pom?c? ;/

kod z s_duty:

[lua] --[[
Developers: Yolos And Spli
]]

local marker=createMarker(-2630.38,631.04,56.34-0.9, 'cylinder', 1.5, 255, 0, 0)
setElementDimension(marker, 0)
setElementInterior(marker, 0)

local t=createElement('text')
setElementData(t,'name','S?u?banSan Andreas Medical Centern[SAMC]')
setElementDimension(t, 0)
setElementInterior(t, 0)
setElementPosition(t,-2630.38,631.04,56.34)





local licz = {}


function isPlayerInFaction(plr)
local sid=getElementData(plr,'player:sid')
if not sid then return end

local result=exports['pystories-db']:dbGet('SELECT 1 FROM pystories_factions WHERE code=? AND sid=? LIMIT 1;', "SAMC", sid)
if result[1] then
return true
else
return false
end
end

addEventHandler('onMarkerHit', marker, function(el,md)
if isPlayerInFaction(el) then
if not getElementData(el,'player:duty') then
setElementModel(el,274)
exports['pystories-frakcja-ustawienia']:rozpocznijnaliczanie(el)
setElementData(el,'player:faction','SAMC')
local rank = exports['pystories-frakcja-ustawienia']:getPlayerFactionRank(el,'SAMC')
setElementData(el,"player:rank",rank)
else
exports['pystories...
6. Frakcja SAMC
Witam,posiadam GM play you stories 3.0, mam taki problem ?e odpalam frakcje SAMC
i nie ma ?adnych karetek.
KOD:
[lua]function getVehicleHandlingProperty ( element, property )
if isElement ( element ) and getElementType ( element ) == "vehicle" and type ( property ) == "string" then
local handlingTable = getVehicleHandling ( element )
local value = handlingTable[property]

if value then
return value
end
end

return false
end

local asapd_radiowozy = {

{-1640.32, 649.72, -5.52, 359.7, 0.0, 268.8, 597},
{-1640.31, 653.80, -5.52, 359.7, 0.0, 269.4, 597},
--{-1640.31, 653.80, -5.52, 359.7, 0.0, 269.4, 597},
{-1640.34, 657.85, -5.52, 359.7, 0.0, 270.1, 597},
{-1640.35, 661.99, -5.52, 359.7, 0.0, 268.9, 597},

}

local asapd_holowniki = {

{-1640.21, 670.16, -5.37, 358.0, 0.0, 269.7, 525},
{-1640.21, 674.06, -5.36, 358.3, 360.0, 269.9, 525},
{-1640.25, 678.24, -5.37, 358.0, 0.0, 270.4, 525},
{-1640.19, 682.35, -5.36, 358.3, 0.0, 270.5, 525},
{-1640.29, 686.39, -5.36, 358.2, 360.0, 269.4, 525},

}

local sapd_premiery = {

{-1608.37, 693.82, -5.50, 0.0, 0.0, 179.6, 426},
{-1604.17, 693.80, -5.50, 0.0, 0.0, 179.8, 426},
{-1600.09, 693.79, -5.50, 0.0, 0.0, 179.6, 426},
{-1596.05, 693.82, -5.50, 0.0, 0.0, 180.0, 426},

}

local sapd_sultany = {

--{-1596.70, 674.97, -5.61, 0.13, 0.00, 358.53,560},
--{-1600.68, 674.92, -5.61, 0.13, 0.00, 359.72,560},

}

lo...
7. SAMC NOSZE nie działa komenda /dnosze
Witam mam ma?y problem z pewnym skryptem mianowicie chodzi o nosze dla SAMC po wej?ciu do karetki gdy wpisuje /dnosze nosze nie dodaj? si? prosz? o pomoc skrypt jest bardzo fajny i chcia?bym go wykorzysta? na serwerze oczywi?cie skrypt nie nale?y do mnie a mam problem z nim z g?ry dzi?ki postawie piwko od razu mowie ?e jestem dodany w ACL w frakcji SAMC nie wiem co robi? pomocy.





8. samc
czemu nie ma aut samc chcem pomocy daje piwo.
9. samc
witam podacie skrypt na samochody samc bo nie ma na paczce pys 3.0
10. Brak samc w phpmyadmin
Mam taki problem wgra?em GM Play Your Stories ale w phpmyadmin nie ma frakcji samc prosz? o pomoc!
Edit: Frakcja dzia?a ale jak wejdze w zak?ade pystories_factions to tam nie ma SAMC i nie wiem jak si? doda?
Edit1:SS: https://imgur.com/gallery/ZN6hX
11. samc
jak naprawic samc na paczce pys 3.0 dacie info albo jakis skrypt?
12. Kłopot z frakcją SAMC
Siemka, mam problem z frakcj? SAMC, ot?? po wej?ciu na Duty jedynym sposobem ?eby z niego zej?? jest reconnect. Prosz? o pomoc.

Kod:
[lua]
local marker=createMarker(3940.48, -1183.77, 8.37-0.9, 'cylinder', 1.5, 255, 0, 0)
setElementDimension(marker, 0)
setElementInterior(marker, 1)

local t=createElement('text')
setElementData(t,'name','S?u?banSan Andreas Medical Centern[SAMC]')
setElementDimension(t, 0)
setElementInterior(t, 1)
setElementPosition(t,3940.48, -1183.77, 8.37)





local licz = {}


function isPlayerInFaction(plr)
local sid=getElementData(plr,'player:sid')
if not sid then return end

local result=exports['pystories-db']:dbGet('SELECT 1 FROM pystories_factions WHERE code=? AND sid=? LIMIT 1;', "SAMC", sid)
if result[1] then
return true
else
return false
end
end

addEventHandler('onMarkerHit', marker, function(el,md)
if isPlayerInFaction(el) then
if not getElementData(el,'player:duty') then
setElementModel(el,274)
exports['pystories-frakcja-ustawienia']:rozpocznijnaliczanie(el)
setElementData(el,'player:faction','SAMC')
local rank = exports['pystories-frakcja-ustawienia']:getPlayerFactionRank(el,'SAMC')
setElementData(el,"player:rank",rank)
else
exports['pystories-frakcja-ustawienia']:zatrzymajnaliczanie(el)
takeWeapon(el,41)
setElementData(el, 'player:faction', false)
setElementData(el,"player:rank",false)
local skin=getElementDat...
13. Pojazdy Frakcji SAMC
Witam mam paczk? PlayYourStories i jest w niej skrypt na frakcje SAMC lecz nie ma w niej pojazd?w! Nie umiem sam ich zrobi? czy m?glby kto? mi pom?c?

Pozdrawiam
14. auta samc
witam mam paczke pysa i mam frakcje samc, ale nie ma pojazd?w dla tej frakcji, musze je sam zrobi? czy jest do tego skrypt czy co?