-
Posts
39 -
Joined
-
Last visited
Everything posted by WhiteCatMeow
-
a little suggestion make all wanted had a blip if they are wanted and nametags like [wanted 1 - 6]Playername new bug when I taze someone who has a wanted points it doesn't effect if I punch near to him with a tazer gun in my hand it will works and the camera fading doesn't unfade you need to kill the tazed player to unfade it..
-
thanks for your help guys
-
How make all dx rectangle, text, line and image to compatible in any screen resolution?
-
Is this a bug? when I have a Wanted Points and I was to reconnect even theres no cop around me about 180 distance I was going jailed every time I log in after I reconnect...
-
In GWturf i want to make it into if more players in one turf time will decrease. its this is possible what line should i edit and what should i need to edit in the line?
-
Whats The Name Of HandCuff Animation?
-
Whats The Name Of HandCuff Animation?
-
Theres A Fuel In Hud but Its Not Decrease Is There GTWFuel?
-
Theres A Fuel In Hud but Its Not Decrease Is There GTWFuel?
-
commands for /am
-
if getPlayerTeam(theElementHere) == getTeamFromName(theTeamYouWant) then --[[your code here]]-- end --[[add this because we use then in 3rd line]]--
-
Good Idea + Theres No Pilot Job And Taxi Job? Hahahah
-
"GTWvehicleshop" Alright i noticed this when i shoot my vehicle it will explode now my vehicle was exploded then i pressed hide which is hide my vehicle then now i pressed spawn then my vehicle spawned so i was thinking my vehicle was already exploded but it has a health again 30% or less it must be engine off and can't drive.
-
Why theres no GTWammunation and GTWhwshops in GITHUB?
-
I was goin to ammunation and the topbar says " Ammu nation, buy your weapons and ammuniotion here, rob at ye own risk " and i was thinking how i going to rob this ammunation theres no ped inside and theres only one cylinder to go back in dimension 0 isn't theres a GTWammunation resource like that? which is not added in GITHUB?
-
I found this in debugscript 3 ERROR:GTWcivilians\team\team_c.lua.68:exports:Call to non-running client resource (GTWranks) [string"?"]
-
how to set my own blip color to transparent thanks in advance.
-
Thanks for help!
-
I Have a Question if my group is ArmedForces and i use /army command and its work the thing that i want to know where can i edit the ArmedForces into MilitaryForces which folder i can see it or edit it and script name? EDIT: How to make this into my desire time for example 350 seconds for capturing this turf local time_to_capture = math.round((tonumber(getElementData(source, "sizex")) or 0) * (tonumber(getElementData(source, "sizey")) or 0) * time_reduce_factor, 3)
-
Every Time i Pressed/try any upgrade it takes my money and i never pressed the "install upgrade"
-
One More .. Can i get all weapons name
-
How to set the sawn-off into one only not dual?
-
How to change the [CHIEF] color tag into red. function useLocalChat(plr, cmd, ...) local msg = table.concat({...}, " ") if not validateChatInput(plr, "local", msg) then return end local px,py,pz = getElementPosition(plr) local nick = getPlayerName(plr) local r,g,b = 255,255,0 local chat_str = "(LOCAL)" if cmd == "r" then chat_str = "(*CB* radio)" end if not getElementData(plr, "anon") then displayChatBubble(chat_str..": "..firstToUpper(msg), 0, plr) end if getPlayerTeam(plr) then if getTeamColor(getPlayerTeam(plr)) then r,g,b = getTeamColor(getPlayerTeam(plr)) end end -- (2014-11-19) Count local players local sumOfLocal = 0 for n,v in pairs(getElementsByType("player")) do if isPlayerInRangeOfPoint(v, px,py,pz, chat_range) then sumOfLocal = sumOfLocal + 1 end end for n,v in pairs(getElementsByType("player")) do if isPlayerInRangeOfPoint(v, px,py,pz, chat_range) then local occupation = "" local is_police_chief = exports.GTWpolicechief:isPoliceChief(plr) if is_police_chief and getPlayerTeam(plr) and policeTeams[getTeamName(getPlayerTeam(plr))] then occupation = RGBToHex(defR, defG, defB).."[CHIEF]"..RGBToHex(r,g,b) end local outText = RGBToHex(r,g,b)..chat_str.." "..occupation.."["..tostring(sumOfLocal).."] "..RGBToHex(r,g,b)..nick..": "..RGBToHex(defR,defG,defB) local length = string.len(outText..firstToUpper(msg)) if length < 128 then outputToChat(outText..firstToUpper(msg), v, r,g,b, true) else outputToChat(outText, v, r,g,b, true) outputToChat(RGBToHex(defR, defG, defB)..firstToUpper(msg), v, r,g,b, true) end playSoundFrontEnd(v, 11) end end -- Prevent spam and log the chat last_msg[plr]["local"] = msg cooldownTimers[plr] = setTimer(function() end, antiSpamTime, 1) if cmd == "r" then outputServerLog("[CB] "..getPlayerName(plr)..": "..msg) else outputServerLog("[LOCAL] "..getPlayerName(plr)..": "..msg) end end addCommandHandler("localchat", useLocalChat, false, false) addCommandHandler("local", useLocalChat, false, false) addCommandHandler("lc", useLocalChat, false, false)
-
i used this project and i used all commands and function until i found this not working commands and functions - /criminal - /endwork - F5 For Criminal - No ammunation and gym marker (I already downloaded all resources from this project and already started all of it) - Jail map (Jail have only a markers and doors no floors and others "SS later"