-
Posts
165 -
Joined
-
Last visited
Everything posted by DeVo
-
Sorry for being a bit harsh, but what's so special in this DX-based resource so you can offer to sell it?
-
Current MTA team isn't enough, only ccw who can make such thing. And I don't think that he does have the time to make it.
-
A: nic englech Q: does me has god englech?
-
A: I don't know. Q: Do you think that you're a person?
-
https://community.multitheftauto.com/in ... s&id=11624 old turf system of CSF server
-
They don't, they've something similar to a copy. Use this, or anything like it.
-
That's rude, I tried to help you because you've said And have fun with rudeness no one will help you that way.
-
keyword: MTASA
-
A: I don't know. Q: Who are you?
-
Just use it client side.
-
1- https://community.multitheftauto.com/ind ... ls&id=6625 2- make your own 3- https://forum.multitheftauto.com/viewtopic.php?f=108&t=32529
-
https://forum.multitheftauto.com/viewto ... 08&t=52786
-
What are you trying to do?
-
That's not the right place to ask for such thing. Just search in https://community.multitheftauto.com
-
There's no problem with the code. ----------------------------------------------------------------- Free PHP webhosts are just crappy. Try to change your host into something with cpanel.
-
Dude, you really need to do it on yourself, you can't always rely on other people, specially when you are developing a server Why do you need to go to every single topic like this, and tell people this? No offense. That's a hobby of some MTA forum members. OT: levels = { {exp=100}, {exp=250}, {exp=500}, {exp=600} } maxlvl = 4 function givePlayerXP ( source, valve ) local finalXP = valve local currXP = getElementData ( source, "xp" ) or 0 local level = getElementData ( source, "level" ) or 1 local nextXP = levels[level].exp if currXP+finalXP >= nextXP and maxlvl > level then setElementData ( source, "xp", 0 ) setElementData ( source, "level", level + 1 ) outputChatBox ("Rank up"..tostring(level+1), source, 255, 25, 0, true)) else setElementData ( source, "xp", currXP + finalXP ) end end I used tables then I edited #Thug's function. Change maxlvl, and don't forget to add levels into the table like what I did.
-
Simple, when the player runs out of ammo, you can give him more. "onClientPlayerWeaponFire" giveWeapon
-
Did you figure it out or what?
-
Here're the steps: - Press on the network notification icon (it's in the right corner of the window). - Press "Open Network and Sharing Center". - Press "Change adapter settings". - Right click on the adapter that you use(wifi/lan). - Press "Status" (the bold one). - Press "Details..." button. - You'll find the local IP at "IPv4 Address". Have fun
-
There was someone trolling servers, once he spawns everything start blowing... Either he was using VPN or he was a bot, I didn't actually know.
-
Hello. My server (CSF) was passworded then upgraded to MTA 1.5, but I found some server having the same name in MTA 1.4 and pretending to be my server. REAL SERVER IP: mtasa://82.199.155.145:22003 (MTA 1.5) FAKE SERVER IP: mtasa://5.189.162.3:22193 (MTA 1.4) PS:it doesn't have inch of my server's code.
-
Small gamemode: 1 dollar 50 cents Medium Gamemode: 1 dollar 70 cents Big gamemode: 2 dollar 2 cents OMG Is this meals' combos? I wanna big gamemode with extra fries !
-
Someone here is looking for topic lock
