Wysłany: 2020-03-01, 14:24
ZiomsoN
Wiek: 20 Na forum: 668 dni Posty: 8
Nick w MP: ZiomsoN
Piwa : 1
Wziąłem skrypt z Xyzzy na biegi po plaży by przerobić go na wyścigi samochodowe, ale nawet domyślny skrypt wyświetla błąd. Wklejam zdjęcie oraz linijkę skryptu.
https://imgur.com/a/RUQDZqF
addEventHandler("onClientMarkerHit", PLAZA_START, function(el)
Wysłany: 2020-03-01, 15:57
Wilq
Wiek: 18 Na forum: 2511 dni Posty: 3297
Piwa : 627
Moderator: Cześć, pamiętaj, aby Twoje posty zawierały argumentację zgodną z regulaminem .
Wklej cały event, gdzieś brakuje Ci nawiasu zamykającego.
Wysłany: 2020-03-01, 16:34
ZiomsoN
Wiek: 20 Na forum: 668 dni Posty: 8
Nick w MP: ZiomsoN
Piwa : 1
addEventHandler("onClientMarkerHit", PLAZA_START, function(el)
if not el then return end
)
if getElementType(el) ~= "player" then return end
if getPedOccupiedVehicle(el) then return end
if el ~= getLocalPlayer() then return end
setMarkerSize(PLAZA_START, 0)
cel = 0
bieg_po_plazy(el)
STARTTIME = getTickCount()
end
Wysłany: 2020-03-01, 16:43
P.Wiśnia Programista LUA
Wiek: 19 Na forum: 2127 dni Posty: 538
Nick w MP: P.Wiśnia
Piwa : 147
addEventHandler("onClientMarkerHit", PLAZA_START, function(el)
if not el then return end
if getElementType(el) ~= "player" then return end
if getPedOccupiedVehicle(el) then return end
if el ~= getLocalPlayer() then return end
setMarkerSize(PLAZA_START, 0)
cel = 0
bieg_po_plazy(el)
STARTTIME = getTickCount()
end)
Więcej szczegółów
Wystawiono 1 piw(a):ZiomsoN
Tagi: skrypt :: biegi
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: