-
Posts
512 -
Joined
-
Last visited
Everything posted by 3B00DG4MER
-
No it's not, You can for example use it as a background for a login panel or something like that ..
-
Nice job
- 28 replies
-
- map editor
- multiplayer ready
-
(and 2 more)
Tagged with:
-
it's works 100% with Windows 10 But i'm leaving the community to create my own game Peace
-
That's resource is crap need alot of fixes, it's made in 2012 and i'm out of MTA Scripting
-
You've to add resource to acl.xml in admin group
-
Really a nice job !!
-
setVehicleDoorOpenRatio with Vehicle Andromeda?
3B00DG4MER replied to PlayAkoya's topic in Scripting
the arguments in a function with setTimer arguments comes after arguments of setTimer,it's u've to write only function and arguments in end it's the same -
Why are u using element data while u can do this cuz blip is global defined function baseblip(player) if (not blip) then blip = createBlip ( 1972.5458984375, -1113.5166015625, 25.628751754761, 59,2,0,0,0, 255,0, 99999) else destroyElement(blip) end addCommandHandler("baseblips",baseblip) that's simple
-
that will take much more of ur memory the only way to to draw the image of it
-
Thanks I used those shaders to make it
-
Maybe, a resource is already running such as : freeroam or something or maybe check ur script if has something like setElementModel Func or spawnPlayer func has got an fail argument
-
nah, not filling screen
-
Hi guys, I wanted to make a blur window So can u tell me guys, how to apply shader on a dx rectangle,plz I really need that fast
-
نرحب بكم في سيررفر Gta-KSA كل شي حصري ما في تقليد
3B00DG4MER replied to Alix2015's topic in Arabic / العربية
ازرار فيها اضواء هههههههههههه -
هههههه مبين عليه يعرف DX كثير حتى تحول الى GUI ههههه
-
Ow, i had that problem before so i've to trigger to Server then trigger Again to client I'll do it in my script
-
Good Job
-
string.len and not string.length Ty anyway
-
Hi guys, I was trying an editfield with dx i had problem how to replace for ex : "3B00DG4MER" with "***********" or "hi" with "**" i tried using string.gsub string.gsub(self.edit.text, "(%a)", function(w) return "*" end)
-
AWSOME !! i tried to make those stuff, but got failed