Gyrosos Posted July 30, 2020 Share Posted July 30, 2020 (edited) local vehicle; function makeVeh(player, cmd, vehID) if (vehID) then else outputChatBox("#FFFFFF[#FF4F4fHiba#FFFFFF] Használat : /makeveh [Modell ID]", player, 255, 0, 0, true ); end end addCommandHandler("makeveh", makeVeh) Worthless Cynomys youtube videói alapján el kezdtem scriptelni, már sikerült egy alap hud-ot írnom 0-ról, de valamiért itt elakadtam. A problémám kifejtve : Ha az outputChatBox végére odarakom a true-t (Ugye hogy színkódolt-e) akkor nem írja ki az üzenetet, és próbáltam úgy is, hogy kitörlöm a 255, 0, 0,-t a scriptből, de úgy sem. Valaki erre egy megoldást? (Worthless-nél a szövegen és a színkódon kívül ugyan így volt írva, és nála működött.) Edited July 30, 2020 by Gyrosos Tags Link to comment
Moderators Patrick Posted July 31, 2020 Moderators Share Posted July 31, 2020 Ha tippelnem kéne, akkor client oldalon próbálod futtatni ezt a kódot, de szerver oldalon kell. Link to comment
kecsmar Posted October 13, 2020 Share Posted October 13, 2020 Kliens oldalon nem kell megadnod az elementet. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now