-
Posts
243 -
Joined
-
Last visited
Everything posted by Desaster
-
addEventHandler removeEventHandler onClientRender setTimer dxDrawText
-
sry I meant createColRectangle and I tryed out showcol it work but it doesn't really help I can't understand what sould I exactly type instead of this ( float fX, float fY, float fWidth, float fHeight) I have an idea but I can't find it after putting my position
-
I am working a a DX based gui and I got some problems in making buttons I thought about making a normal gui invisible but it's not a sollotion I thought about loading an other dx when the cursor is on the DX but it's too hard than I found DXgui in MTA community but I really didm't finded out how it really works can you help me ?
-
I am useing a topbarchat made by xxMADExx any idea maybe with arguments ?
-
hello , I wanna ask what functions I can use to move pictures trought the screen thnx for reading
-
worked perfect fot I think 100 resource then it won't gimme more file and stopped compiling
-
hello , NOTE: just asnwer if your interested I don't need commants . I looking for a host for free for my community's RPG server if your a hoster or you can pay a host for us please contact me on the following skype : chadi.fassi1 SOME INFO : we are a nice teamworking community that wants to build its own RPG server composed of 2 developpers and some other mappers Your interested so leave a commant or send me in skype
-
nice idea's but the only problem is that I forget to tell I am not useing outputChatBox I am useing a topbarchat
-
I wanna make some login text and wanna ask how it is possible to show global chat for all the players except the logging player
-
client : addEvent("onPlayerPlayMusic", true) addEventHandler("onPlayerPlayMusic", root, function() JoinMusic = playSound("music/join.mp3") end) server : addEventHandler("onPlayerLogin", root, function() triggerClientEvent(source, "onPlayerPlayMusic", source) end)
-
thnx for fast answer I got it now I named the file client and it is a server file so i thought it was client thnx for fast answer
-
I cant find the problem addEventHandler("onPlayerLogin", root, function() JoinMusic = playSound("music/join.mp3") end) ERROR : attemp to call global playSound ( a nil value )
-
wow that looks cool thnx for help
-
hello its me , how to turn the developpment mode on the use the mta function /showcol ? thnx for reading
-
create your ped and name it for example : thePed and add this addEventHandler("onClientPedDamage", thePed, function () cancelEvent() end)
-
nice
-
to make a map appear just in dim 1 you have to set it in meta.xml src="LSairportBase.map" dimension="1">>
-
For example : -- create table addEventHandler ("onResourceStart", root, function() executeSQLQuery("CREATE TABLE IF NOT EXISTS stats(afk STRING)") end ) function save () executeSQLQuery("UPDATE stats SET afk=? WHERE account=?",--[[function if I am afk]]-- , acc) addEventHandler("onPlayerLogout", root, save) but how to make it true or false
-
I readed some things in wiki but i really can't understand for example how to save a player state for example getElementData ( thePlayer, "AFK" ) and to call it again
-
hello, I am trying to learn some SQl so I mean how to save some data with sql can you give me the function that are useful or if you have some time can you explain me in not much words what i can do or how it work thnx for reading
