-
Posts
4,144 -
Joined
-
Last visited
-
Days Won
1
Everything posted by dzek (varez)
-
Your posts suggested that's your work, but whateveer..
-
try installing this: http://www.microsoft.com/downloads/deta ... 4b9f2bc1bf
-
your os, and pc specs can be useful. also follow this method with dxdiag in others topics in this section - and paste the result here
-
Aiboforced didn't messed it up - you didn't explained your thoughs. Debug script is fine - you can't use it. And about posting in other forums - most of your posts are random spam. Sad thing - those are facts Hint for you to solve problem: Look on line 17 in Aiboforcen code. Just move it to marker hit handler function.
-
edit it then to suit your needs. we won't make everything for you.
-
because this is wrong, and random scripting will be never work gMe = getLocalPlayer() function ST3REOSTARTC () txd = engineLoadTXD("ce_breweryref.txd") engineImportTXD(txd, 3378 ) txd = engineLoadTXD("cs_ebridge.txd") engineImportTXD(txd, 16358 ) txd = engineLoadTXD("vgncarshade1.txd") engineImportTXD(txd, 3458 ) outputChatBox ("ST3REO MAPS", 0, 255, 0, true) setMinuteDuration(60000) setTimer (function() setTime (0, 0) end , 60000, 0) setWaterColor( 0, 0, 255) setWeather (0) setWaveHeight ( 0 ) setSkyGradient( 0, 0, 0, 0, 0, 0) setCloudsEnabled ( false ) end addEventHandler( "onClientResourceStart", getResourceRootElement(getThisResource()), ST3REOSTARTC )
-
Slothbot? But you need to know scripting for that. Nothing more is available to download. Near 1.1 release I'll probably release my driving bots script (simulating traffic from single player)
-
read about if statement. its totally wrong. if elseif end not if elseif if elseif if ....
-
yea, graphs you will need to setup a cron for running script every 1h or even 5min. and get stats, then generate graph this will need mysql etc. also you can make waht i was planning to make - register system from webpage, then login system in mta, with shared mysql database
-
looks nice. keep going
-
can't help you today. i'll send you pm tommorow around 4pm GMT+1
-
use pastebin.com to post your codes, downloading for mediafire is booriiing and useless oh, and your topic title sucks. i know NOTHING about your problem while browsing the forums. if i see "can't load XML" / "race is not starting" / "can't connect to SQL" i can see if i can answer or not, HEEEEEEEEEEEEEEEELP is ugly, and makes me wanna skip such topic and answer to something more concrete
-
function playerLogin (prev, current, auto) local statID0 = getAccountData (current, "funmodev2-statID0") local statID1 = getAccountData (current, "funmodev2-statID1") local statID2 = getAccountData (current, "funmodev2-statID2") local statID3 = getAccountData (current, "funmodev2-statID3") local statID4 = getAccountData (current, "funmodev2-statID4") local statID5 = getAccountData (current, "funmodev2-statID5") local statID6 = getAccountData (current, "funmodev2-statID6") local statID7 = getAccountData (current, "funmodev2-statID7") local statID8 = getAccountData (current, "funmodev2-statID8") local statID9 = getAccountData (current, "funmodev2-statID9") local statID10 = getAccountData (current, "funmodev2-statID10") will be a bit less CPU consuming. Probably you will never see difference - but it's better to learn scripting in proper way
-
afaik you can attach sound to element. just try it.
-
Seems like you copied ports from other topic (i know which one). Ports depends of configuration. Towncilivian gave you good ones. And as for TCP/UDP -> 22005 is TCP, others UDP.
-
Well, video suggests it, same for these pickups
-
This thing is added by forums when you enter emoticon on lua script
-
That's changes everything. Post your router model. You need to forward ports to make your server accessible from internet.
-
Relatives are not always good. I'd rather suggest to use absolutes when you don't have idea about GUI's. But you need to keep in mind that most players use 800x600, and some even 640x480. Best GUI should be scaleable, using math, not relatives. I'll post an example of good, simpe GUI soon.
-
well, about writing but not using arguments on event handler functions - this is not incorrect. Probably you won't save any CPU/RAM on that too. I would leave it. But using getPlayerAccount(source) on login handler when you have theCurrentAccount is pointless.
-
i dont get that part 1:20 - 1:37 - why jump like this, when you can just turn right?
-
didnt know about this, lol, its not linked from anywhere.
-
save this -> http://dzek.metal.info/pub/list.bat into resource folder, then double click it - file list.txt will be created. Post this file here. Also - disable all your firewalls and antivirus software - it can block your server too. Also - can others (not you) connect to your server? Did you forward ports on your routers? Answer to all questions please.
-
mta is showing same errors as this while running - and you seems not to understand the errors - so this won't make any difference to you
-
do you have any resource with spaces in names? does server start without any warning (please post screenshot of server console after running)
