bbls
Members-
Posts
48 -
Joined
-
Last visited
-
Days Won
1
bbls's Achievements
Rat (9/54)
19
Reputation
-
Noki reacted to a post in a topic:
system to save
-
Sawos reacted to a post in a topic:
[RPG] SARS:RPG [ENGLISH]
-
#Heshan||eUNLOCK|| reacted to a post in a topic:
How to create chat bot
-
Jimor reacted to a post in a topic:
HELP! My bot is not spawning! (slothbot)
-
That's what I did, but was wondering if anyone has made one like this
-
Does anyone know if there exists a snowball script, similar to shown in the video?
-
Zorgman reacted to a post in a topic:
[HELP] How to disable?
-
bbls reacted to a post in a topic:
map Gta criminal russia
-
local messages = { "Visit our website at www.google.com!", "Did you know? These messages are automated!", "Add another message here!" } local prefix = "[INFO] #FFFFFF" -- message prefix local interval = 5 -- time between messages (minutes) function outputRandomMessage() local msg = messages[math.random(#messages)] outputChatBox(prefix .. msg, root, 3, 169, 244, true) end setTimer(outputRandomMessage, interval * 60 * 1000, 0) Output looks like: [INFO] Did you know? These messages are automated! Are you looking for something like this? Or what do you mean by words loop.
-
bbls reacted to a post in a topic:
[REQUEST) Spawn Panel [Paid]
-
That price doesn't cover even the designing part
-
GTA V map
- 154 replies
-
- lc
- carmageddon
-
(and 1 more)
Tagged with:
-
bbls reacted to a post in a topic:
MTA - Converted Maps
-
How to disable Open mtaserver.conf and find <auth_serial_groups> and change to below <auth_serial_groups></auth_serial_groups> Note: Authorized Serial Account Protection helps prevent your server from getting hacked. If there is a chance any of your admins are using the same password on other servers, then do not disable this feature. It literally says it on the link you just posted
-
Line 69 and 70 is missing account for argument 1? Check the code ..
-
bbls reacted to a post in a topic:
[Help]Panel open command
-
bbls reacted to a post in a topic:
[OFFERING]A Professional Designer [Paid]
-
TorNix~|nR reacted to a post in a topic:
Anyone can help me for this Scoreboard with flag
-
IIYAMA reacted to a post in a topic:
[Help]Panel open command
-
function openP() local guiState = guiGetVisible(aWarpForm) if guiState then guiSetVisible(aWarpForm, false) showCursor(false) elseif not guiState then guiSetVisible(aWarpForm, true) showCursor(true) end end addCommandHandler("panel", openP) You had the command handler inside the function-- start debugging your code and actually read through it. If a code is not working, 90% cases it's a typo / user error. Also use tabs. pls. PS. the code has other issues aswell
-
He literally said what you have to do Add the first code snippet to a server lua file and the 2nd one to scoreboard's client-side file.
- 9 replies
-
- scoreboard
- flag
-
(and 2 more)
Tagged with:
