-
Posts
4,144 -
Joined
-
Last visited
-
Days Won
1
Everything posted by dzek (varez)
-
setElementDimension. -- This is WRONG local mar = createMarker ( 295.02026367188, -37.797130584717, 1001.515625, cylinder, 1, 255, 0, 0 ) -- 4th argument is a STRING -- surround it with "" why are you using setMarkerTarget? This is not for creating teleports.. Click - wiki page Idea of your code is a bit wrong. With wrong idea you will get bugged many times.
-
TXD Builder But i suggest to use TXD Workshop - better compatibility. Script and meta seems fine. Check if your TXD is not damaged (using outdated apps like old TXD Builder can cause that). And check path for CAPITAL letters (ie. Your folder is Skins but in script there is skins)
-
just create marker in right dimension..
-
should be if files are loaded in right order.. but i wouldn't recommend it anyway.. but its faster to create: 1.lua variable = "my value" 2.lua outputChatBox(variable) and run it than asking on forums and waiting hours to reply
-
... nvm setting meta.xml helped or not?
-
wtf? MySQL query with single quote -> ' around table name? This "weird single quote" -> ` its for surrounding table/column names (not needed, until your table/column name is same as one mysql reserved words, like "date", "table", "create", etc) And normal single quote -> ' its for surrounding values. SELECT * FROM 'aaa' LIMIT 0, 30
-
I assume you want to insult me with this or something, am i right? And now you expect answer? I will answer you, as I don't care about this childish behaviour ^^ https://wiki.multitheftauto.com/wiki/Meta.xml
-
automatically - no, but you can script that
-
when i was saying not to quadruple post, i meant multi-post in general.. there's edit button. your "clientside" scirpt have server-side events (use onClientResourceStart etc) and arguments in your radio function are copied from another event, and they are wrong. dont forget to attach onClientResourceStart to getResourceRootElement(getThisResource()) instead of getRootElement()
-
even windows notepad have "search and replace" function.. if you cant see your maps, be sure to set right gamemode, type etc in meta.xml
-
serial system is working fine, it's hard to change your serial, even reinstalling windowscan't help you. logging in to mta community for stats via ingame login is disabled, not serial generating theres good anticheat for sobeit written by Phat Looser . sobeit is most popular cheat app, so this is much helpful
-
looks like weird "dump" of db structure.
-
there was few topics about afk killer in this forum. Search
-
omg, TDK! Do not quadruple-post! You can answer to all questions in one post
-
will be weird when standing on something high
-
setting camera matrix makes impossible to use mouse to rotate screen, and its making arrow keys (wsad) to rotate camera .. for very short effect - its ok..
-
it's "editor" sorry.. if you run it via host game it will be running on port specified in \server\mods\deathmatch\local.conf AFAIR and in \server\mods\deathmatch\mtaserver.conf when using dedicated server.
-
so, tdk: not yet.. but after release of 1.1 i will write resource allowing to play each internal radio stations and addional ones (you will be able to disable interal ones via xml, and add new streams)
-
uploaded almost year ago - i wouldnt be so sure that it will be fixed..
-
explosions can't be hidden as far as i remember.. maybe somebody else knows it..
-
So this is my desktop As I'm a programmer, and all programmers are messy - my desk is fully equipped with all useful things like: plates, hazel-nut (colored black with marker pen), stone, extra-strenght glue (you don't want to glue your eyelids btw) , drum-stick, nokia battery, screwdriver, lamp, plant (behind laptop), and small black budda, and of course laptop and external full hd monitor, working in dual-mode And theres my little bedside table where i'm holding things that i don't need to touch very often - external 1TB drive, power strip, another drum stick, router, a lot of cds/dvds, cables, tissues, pills for my alergy, wallet, and other things that i dont know they even exist ^^
-
This thread shouldn't be focused on computers (PC specs, thousands photos of cooling system, etc) - but on your desk GENERALLY. You can show whole room too, if you want to Leave a little description too. If you want to show PC/laptop --> go here <-- I will reply to this to show mine. PS. And, please, post thumbnails as links to full image, not full images into post..
-
and you are creating an explosion to achive it? btw: you are using server syntax on client side.. client syntax is: bool createExplosion ( float x, float y, float z, int type [, bool makeSound = true, float camShake = -1.0, bool damaging = true ] )
-
do not bump threads in few minutes (to all thinking it was whole hour - he edited) edit: why do you want to create explosion ON PLAYER? not on the hit position? and why you are creating this explosion only for local player?
