DjMixCuma
Members-
Posts
83 -
Joined
-
Last visited
Everything posted by DjMixCuma
-
hello, how to detect "." in onplayertext? for example, i want formated msg: say: .hello! output: DJMixCuma: hello!
-
WSTAWIAM ZA MOJEGO KOLEGĘ BO TO JEGO FORUM !!!!! Witajcie! Chciałbym was zaprosić na nowe forum - LUAHelp.pl Tematyka forum, skupia się na programowaniu w LUA. Wspieramy LUA wykorzystywane w środowisku MTA: SA. Mile widziani są również użytkownicy, którzy nie są zainteresowani programowaniem! Zachęcam do rejestracji! http://www.luahelp.pl Jak wyżej wspominałem, forum jest nowe. Mogą znaleźć się niedociągnięcia, lecz wystarczy je zgłosić na naszym forum.
-
All the posts here doesn't block colors in chat... For chat, use this: (server) addEventHandler("onPlayerChat", getRootElement(), function (message, type) if type == 0 then --If it's main chat cancelEvent() --Message won't send local uncolored = string.gsub(message, "#%x%x%x%x%x%x", "") --Delete all HEX codes. local r, g, b = getPlayerNametagColor(source) outputChatBox(getPlayerName(source) .. ": #ffffff" .. uncolored, getRootElement(), r, g, b, true) --Send message manually outputServerLog("CHAT: "..getPlayerName(source)..": "..message) --Output to log manually end end) For changing the nick in-game, use: (server) addEventHandler("onPlayerChangeNick", getRootElement(), function () cancelEvent() --Nick won't change. outputChatBox("Sorry, you can't change your nick!", source, 255,0,0) end) 1. Chat not working, I can use colors. 2. TY!
-
The object is not removed and idk to delete LOD.
-
helo i want delete object id 16563 (fort carson police department), but not working. addEventHandler("onResourceStart", getRootElement(), function() removeWorldModel(16563, 1000, -217, 980, 23) end)
-
why when i started this i see only "0" in right corner and 0 zombies? i set random spawn zombies in meta and 0 zombies.
-
Pomorze mi ktos?
-
Siema sciagnalem jakies zombie zday i odpalilem to nie ma zombi tylko jakies zero w prawym dolnym rogu. Odpalilem jakas mape zombie to tez ich nie ma. jak zrobic takie zombie jak sa tutaj: 69.64.48.158:24011 (bez scriptow, same zombie mod)
-
Ok, change this line: facing = facing + 0.0002; to this line: facing = facing + speed; Big TY moderator can close subject
-
I have this onPlayerChat, and i can use #00FF00 for example. I'm blocking onPlayerChangeNick with cancelEvent and i cant see message but nick changing.
-
Hi! How to block using colors on chat and how to block changing name on game??
-
Okey working but i edited speed to 0.00001 and speed not changed
-
I deleted fadeCamera and not working
-
I edited to onClientResourceStart and not working. I see black screen.
