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: togglecontrol
1. toggleControl
Siemka tworze skrypt na magazyniera, lecz po stronie clietna nie dzia?a mi toggleControl
    toggleControl ("sprint"false)
    
toggleControl ("jump"false)
    
toggleControl ("crouch"false)
2. toggleControl
witam, jaki jest toggleControl na chodzenie na alcie? (powoli)
3. toggleControl nie dziala
Witam mam o tuz taki problem bo chce da? blokad? wyj?cia z auta lecz co? mi to nie dzia?a nie wiem czemu, w DB3 ?adnych b??d?w.
Za pomoc daje :piwo:

Client
[lua]function markerygo ( source )
marker1 = createMarker ( -2021.4088134766, -72.4109189453, 34.875679016113, "checkpoint", 3.0, 255, 0, 0, 100)
end
addEvent( "zdajemyprawkotrolololo", true )
addEventHandler( "zdajemyprawkotrolololo",localPlayer, markerygo )

function MH1 (hitPlayer, matchingDimension)
if hitPlayer == localPlayer then
if source == marker1 then
destroyElement ( marker1 )
marker2 = createMarker ( -2004.9360351563, -35.512142181396, 34.832458496094, "checkpoint", 3.0, 255, 0, 0, 100)
end
if source == marker2 then
destroyElement ( marker2 )
marker3 = createMarker ( -2004.0003662109, 91.23754119873, 27.248010635376, "checkpoint", 3.0, 255, 0, 0, 100)
end
if source == marker3 then
destroyElement ( marker3 )
marker4 = createMarker ( -2003.7264404297, 214.23901367188, 27.242795944214, "checkpoint", 3.0, 255, 0, 0, 100)
end
if source == marker4 then
destroyElement ( marker4 )
marker5 = createMarker ( -2000.6069335938, 330.30072021484, 34.719341278076, "checkpoint", 3.0, 255, 0, 0, 100)
end
if source == marker5 then
destroyElement ( marker5 )
marker6 = createMarker ( -1920.765625, 339.8141784668, 30.586807250977, "checkpoint", 3.0, 255, 0, 0, 100)
end
if source == marker6 ...