-
Posts
4,144 -
Joined
-
Last visited
-
Days Won
1
Everything posted by dzek (varez)
-
me? why me?! but im fast as lightning and im replying! * varez pokes ... WallMart edit: awww, i didnt read it carefully, and i poked.. robhol (now changed).. why shouldnt i poke him?
-
First thing you have to know - most server stuff are private, so you can't just download them from somewhere. 1. If you need just spawning - use "play" resource. 2. I don't know much about them, use newest one. I once tried one (older) housing system and it was mess, not working as should etc. 3. There's few money saving scripts on community. Search, download, use 4. As far as I know - no. I will add one soon. 5. Search for "skin selector" - choose one.
-
[REL] Customblips - Create your own blip icons for the radar
dzek (varez) replied to darkdreamingdan's topic in Resources
I will repeat what i said in resource comments: -
First - create backup copy Then open your map file in notepad and remove few last objects (especially these doors). Hope that will help
-
Sorry, we don't support stealing. Spend some time on learning, stop stealing. On wiki there's a big box called "Scripting" https://wiki.multitheftauto.com/wiki/Main_Page Check it out, and good luck. Topic locked.
-
wow, i didnt see pastebin link ;| two lines of my script: wnd_color.img = guiCreateStaticImage (0,20,330,330,'vehiclecolors.png',false,wnd_color.wnd) addEventHandler ("onClientGUIClick", wnd_color.img, colorSelection, false) so its possible to bind "click" to image cause this script is working fine
-
bus can take up to 8 people.. that's right.. what's wrong?
-
map editor menu? "F" couldn't you just follow tutorial or read manual?
-
free one, nice. i used 3 applications and im still sure phpMyAdmin is best for it (but it require www server with php).. okay, end of this little offtopic
-
and how you have created database? via command line or some kind of database managing app?
-
can i ask how you created it? its on dedicated hosting on installed on your local pc?
-
I opened your map file in notepad. Look on checkpoint ids. There's something wrong, right?
-
Run MTA. From main menu select "MAP EDITOR". Tutorial should pop up, so just follow guides and .. have fun
-
So when you are logging in - the problems are starting? And others admin are fine? Try to login on different PC - and see if it will crash. Let somebody login on your account - and check if it will crash. Are you using any resources that are something (anything) with Admins? Like admin list, or commands requiring logging in as admin? Try to stop all resources (except critical ones) - and see if it crash. Then run resources ONE BY ONE, on every new resource started be sure to logout and log in again (maybe one script is doing something on login - and you will miss that event when you are starting resources while already logged in)
-
its working with setTimer or not?
-
i think you dont understand SQL at all for table creating its better to use CREATE TABLE IF NOT EXIST ... and are you sure you need MySQL? SQLite should be enough for most uses, only for advanced things you need MySQL. btw: you called your database "mta san andreas accounts"? And it's working??
-
server is crashing or client? are you running server and client on same pc? or it's dedicated server, hosted somewhere away?
-
Could you post your map file? Ignore this errors - it comes from freeroam resource, which has nothing common with your map.
-
Remember to keep server running for at least 8-24h, to let game-monitor be sure that your server will be available more than 5 minutes..
-
you should got it with your router, lol some piece of paper
-
No. Voice chat isn't available. Use EXTERNAL APPLICATIONS (that have NOTHING common with MTA) to have voice chat with friends. AFAIK (not sure about that) voice chat isn't planned in MTA. Links for voice chat applications:
-
We can clearly see that you bumped that topic too. Bumping this one isn't really needed. Please read my reply in your 2nd topic.
-
use this to cancel all messages starting with number and not having any a-z letters function trim (s) return (string.gsub(s, "^%s*(.+)%s*$", "%1")) end addEventHandler("onPlayerChat", getRootElement(), function(msg, type) if (string.find(trim(msg), "^[0-9]+[^a-z]*$")~=nil) then cancelEvent() end end) these will be cancelled: these will not be cancelled:
-
this but this won't fix your problem anyway. resourceRoot = getResourceRootElement(getThisResource()) addEventHandler('onClientResourceStart', resourceRoot, function() setWaterColor ( 0,255,0 ) setSkyGradient( 0,255,0,0,255,0 ) end) function txd_load () txd = engineLoadTXD ("File/landjump.txd") engineImportTXD(txd, 1632) engineImportTXD(txd, 1633) engineImportTXD(txd, 1634) engineImportTXD(txd, 1655) txdRAMP = engineLoadTXD( "File/cs_ebridge.txd" ) engineImportTXD(txdRAMP , 18450) txdRAMPI = engineLoadTXD( "File/vgncarshade1.txd" ) engineImportTXD(txdRAMPI , 3458 ) txdRAMPII = engineLoadTXD( "File/vgsn_billboard.txd" ) engineImportTXD(txdRAMPII , 7301 ) txdRAMPIII = engineLoadTXD( "File/vgebillboards.txd" ) engineImportTXD(txdRAMPIII , 9186 ) txdRAMPIV = engineLoadTXD( "File/vgsehseing1.txd" ) engineImportTXD(txdRAMPIV , 8557) txdRAMPV = engineLoadTXD( "File/vgsehseing2.txd" ) engineImportTXD(txdRAMPV , 8558) txdRAMPVI = engineLoadTXD( "File/vgsehseing3.txd" ) engineImportTXD(txdRAMPVI , 8838) end addEventHandler ("onClientResourceStart", resourceRoot, txd_load) btw: i changed your function name from txd to txd_load becouse below you was creating variable called txd - better avoid calling your functions and variables with same name and about your problem again - any errors/warnings in /debugscript 3
-
link is down.. btw: this should be added as useful snippet rather than another resource.. https://wiki.multitheftauto.com/wiki/Useful_Functions edit: i just saw 2 years old bump.. speedx resource have useful function to count speed edit: if somebody needs: https://wiki.multitheftauto.com/wiki/GetElementSpeed https://wiki.multitheftauto.com/wiki/SetElementSpeed
