try this
setPedWalkingStyle
addEventHandler
onResourceStart --addEvent
onPlayerJoin --addEvent
onGamemodeMapStart --addEvent
onPlayerSpawn --addEvent
example
function onStart()
setPedWalkingStyle(localPlayer,126)-- model animation
end
addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()), onStart)
acess the site to look models of animations
https://wiki.multitheftauto.com/wiki/SetPedWalkingStyle
setPedWalkingStyle
addEventHandler
onResourceStart --addEvent
onPlayerJoin --addEvent
onGamemodeMapStart --addEvent
onPlayerSpawn --addEvent
example
function onStart()
setPedWalkingStyle(localPlayer,126)-- model animation
end
addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()), onStart)
acess the site to look models of animations
https://wiki.multitheftauto.com/wiki/SetPedWalkingStyle
Maninho, me desculpa a minha ignorancia, mais lhe recomendo que estude um pouco mais para você criar seu próprio servidor; e que não pegue servidores prontos, porque sempre vai ter esse tipo de problema.
se realmente quiser usar este servidor pronto, recomento que. vá atras do criador do servidor "NERDGAMING"
para tirar suas duvidas.
Já tem um script na comunidade que já tem ele, é o "CarLock", quando você usa o /motor você liga/desliga o motor
( só não me lembro qual é exatamente ) (Y)
@xeon, I think You Didn't closed the function properly, you should use ")" at the end.
addEventHandler("onMarkerHit",root,
function (hitPlayer,Dimensions)
if hitPlayer.player and Dimensions then
hitPlayer:outputChat("You hit the marker")
end
end)