-
Posts
4,144 -
Joined
-
Last visited
-
Days Won
1
Everything posted by dzek (varez)
-
Hmm, check this topic: viewtopic.php?f=91&t=26541&start=0 Brief summary: you probably won't find anyone, but i wish you good luck
-
this is enough to unpack: http://upload.dzek.metal.info/pliki/DATA.rar
-
hmm, if you set up own server for his testing - he can just steal client-side. he can do the same for valhalla, so..
-
i think that he would pay with progress - some on start, some later, some even later, and rest at the end..
-
For me, paying $1500 for server script it's a bit foolish - he won't earn anything back from it. It's just waste of $1500! A LOT of money. He won't even get as much players as Valhalla. Also - this is very big project - that's why nobody is attending to make it. It will take months to make it by one person. Actually the money is ok as for 2-3 months job. If i was like 16 yo then i would take it imediately - but i'm too old for this, don't have much time, and I'm preparing to take a new real job.
-
Hooray, i just got an PM with warning notice But well, i was talking about replacement to original one then - working in the way mentioned above..
-
There is something like "Warnings": memberlist.php?mode=viewprofile&u=2 But it's not visible in every post (under nickname and avatar).. Idea: There will be up to (for example) 5 warnings, displayed like: And: 3 warnings = moderation of new topics created by user having this warning count 4 warnings = ban to create new topics 5 warnings = ban user Of course warnings could be time-limited. There should be such extension to phpBB as i saw this on many forums. This will be useful, as some ppl sometimes are just doing what they want.
-
I see database was restored again.. Quick reply is cool. Pls implement some warning system (has to be clearly visible) - it will be useful with some users here.
-
i was thinking about it too, but when i saw the same in another topic i just left my will to ask.. Haha, last sentence is great
-
@50p: I don´t want to everybody know my primary lang, probably same as you. Why? Cause ppl from our country are annoying as hell, asking for help and doing requests via pm, IM´s etc. You should know something about it. Actually you didnt reply to question about from where you are in another topic created by one Pole
-
indeed its lacking server side. We are not supporting stealing scripts here. We are not here requests eighter. Come back when you get stuck on scripting own resource.
-
im using simple english.. Get ImgTool and Txdworkshop, search google.. Follow first 3 steps. I'll explain rest after you prepare new texture
-
enough said. No need to bump this topic with useless post every week.
-
stop double posting! Theres edit button, see it? Revert your config file to default. (ie. Reinstal mta if you dont have a backup) and dont touch it. Default configuration is ok.
-
SAMP suck in everything.. It ufair to use MTA for samp, but theres no way to stop this.. At least few "samp" mappers can save rest of honor and are crediting mta whem posting map.. Nobody will help you with mta->samp convert.
-
leave httpdownload off. Its for something else and you dont need it
-
MTA IS NOT FOR MAKING ADDONS FOR SAMP! This will just not work, this is MTA plugin for MTA and we are not supporting to use hard job of our community to SAMP. End of topic.
-
Use imgtool and extract infernus.txd Use txdworkshop or any other txd editor to extract textures Use photoshop or any other app to edit textures Use txdworkshop to replace textures Use wiki to learn about resources. Under Client-side funcions you will find functions for txd replacement Install your resource to your server and start it
-
your code is a mess and wrong.. You are trying to read local variables inside function that handles onClientRender, it will not work with more than one object. And its a good thing to use ENGLISH variable names, functions, events etc. This is really something recommended in coding. I know it´s your code for you-but when you are giving your code and want ua to help - a lot of strange looking name is confusing and causing bad readability of your code. Trust me. And i believe you should write "obiekt" not "objekt" in your language. Try to rewrite it from scratch. Focus on that you probably want more than one object at once-dont use global variables for coordinates storing
-
should work.. Maybe your event handlers are wrong? Again: Debug. Put outputDebugString with useful informations every important line in your script, after each if, function, inside loops and after any function use. I´ve already given a lot of examples of this to other people.. Search. And please.. Read that wiki page about debugging..
-
btw: Debugging is not only watching for warnings/errors in debugscript/console window. It will help you in many cases. https://wiki.multitheftauto.com/wiki/Debugging
-
i think better way than using arrays with some values will be to setElementData after login, and getElementData on quit/logout
-
fixed function from solidsnake script function playerLogin (thePreviousAccount, theCurrentAccount, autoLogin) if not (isGuestAccount (getPlayerAccount (source))) then local playerTeam = getAccountData (theCurrentAccount, "team") local teamElement = getTeamFromName(playerTeam) if (teamElement) then setPlayerTeam(source,playerTeam) end end end addEventHandler ("onPlayerLogin", getRootElement(), playerLogin) not tested too, should work
-
i think you should save it onPlayerLogout too. This could be big bug in your script. (ie when you saving money) Try some Debugging. Don't be lazy. You have to learn to debug if you want to make more complicated than few lines scripts.
-
1.) probably you have to forward your ports. get your ip from here http://whatismyip.com/ and ask your friends to join. if they can join - you have to wait 8-24h (server must be online!) to let game-monitor see your server and add it to list. if they can't join - tell us your router model, we will try to help you with port forwarding. if you know how to forward ports - forward 22003, 22005, 22126 (if your ports in config file are defaults). 2.) AFAIR this can be changed in admin panel. but if not go into server/mods/deathmatch/resources . there will be resource called "freeroam", in one *.lua file there will be this text. change it. 3.) All information about setting up server - Server Manual 4.) I moved your topic to Server Support section. Your post should be there.
