-
Posts
1,144 -
Joined
-
Last visited
-
Days Won
44
Everything posted by Patrick
-
Hi! You can change the handling for a specific vehicle with setVehicleHandling.
-
Találkoznod kellett vele, ha futtatsz egy szervert. Kiválasztod az adatbázist, majd Szerkezet menüpont, kijelölöd az összes táblát, és van ott egy lenyitható menü alul, abban kiválasztod az Eldobás lehetőséget és minden táblát töröl az adatbázisból. Majd vissza importálod az .sql fájlt amit a legelején, majd elindítod a szervert és ennyi. Minden visszaáll alapra.
-
Wrong language, moved to Arabic section.
-
Wrong language, moved to Spanish section. And what you find is setPlayerHudComponentVisible.
-
Ez nem a hiba, hanem a hibás kód, pontosabban ahol hibába ütközik a kód futás közben. Mert ez a sor szintaktikailag helyes, csak valamelyik változó értéke nem megfelelő. A hiba üzenet tartalma fontos, nem csak a sor-száma.
-
TROCAR addCommandHandler PELA FUNÇÃO bindKey
Patrick replied to +Gabriel's topic in Programação em Lua
Wrong language, moved to Portuguese section. -
text = text:gsub('\\','') -- don't work probably this is the good one, but your debug tests are wrong, because: local text = 'aaa\bbb' In this string \ is not a character, I mean its not a simple backslash. Because its "interact" with the next b. So \b this two character is "one" special character.
-
probably the coordinates / model are incorrect
-
Hi, @PedroFaria Please send the exact video link, instead of channel link!
-
[AYUDA] Remover Objetos No Selecionables En Map Editor
Patrick replied to kyscarface's topic in Scripting
Wrong language, moved to Spanish section. -
Wrong language, moved to Arabic section.
-
It's not that simple. You can't get details from default transfer-box. You need to do your own download manager, with downloadFile.
-
because onPlayerSpawn is a server-sided event, you can't use it on client-side.
-
Just make a button, and when you click it, simply call a function what loop trough all players and give weapons for everybody. Don't deal with the gridlist, if you want to give something to everybody.
-
Change back at onClientPlayerSpawn event. addEventHandler("onClientPlayerSpawn", localPlayer, function() setPedWalkingStyle(source, 0) end)
-
Wrong language, moved to Spanish section.
-
Wrong language, moved to Arabic section.
-
Hi! You should open an issue on GitHub, and not here because it's a scripting related forum section. Link: https://github.com/multitheftauto/mtasa-blue/issues I'll close your post.
-
Wrong language, moved to Portuguese section.
