-
Posts
843 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Bilal135
-
Pretty basic, but good job
-
You're not smart, TheFakeSmart.
-
[PROJECT] Laptop into dedicated server!
Bilal135 replied to FlyingSpoon's topic in Hosting solutions
Tell us more about it. A few months have passed, so how was your experience? -
Just a bit of problem here. I am confused which event should I use here to make the gui appear. No errors in debug. function showGui() local team = getPlayerTeam(source) local usa = getTeamFromName("USA") local rus = getTeamFromName("Russia") if team == usa then guiSetVisible(GUIEditor.window[1], true) showCursor(true) elseif team == rus then guiSetVisible(window, true) showCursor(true) end end Thanks in advance.
-
A simple death match server? I prefer "Battlefield #1". That is a pretty good server. Or wait till my project "Modern Warfare #1" releases.
-
Umm, not really. We used the DX idea as well, but have a look at FFS's one again. You'll find it different.
-
I'm here to present FGC's (Fleng Gaming Community - Freeroam) radio which is in development state. It is a GUI based, which supports a few features. Features Ability to play 'link based' songs. Ability to stop a playing song. Ability to play song globally by paying $10,000. Dx support for globally played songs. Screenshots Some more features might take place in future. To test this, you can visit Fleng Gaming Freeroam. Open it up by typing /radio. Any suggestions would be appreciated. Thank you!
-
First of all, this is the wrong section. You should have replied to this thread - viewtopic.php?f=114&t=31463 To the topic, I guess you should close your server. If he closed his server for a while only for some reason, you do not have any right to copy his server's name without his permission. You need his permission to use his name if he founded it. Otherwise, you should close yours.
-
Why don't you make a feature that allows you to share your "in game" browser with someone else. I mean, the other person would be able to see what you're searching and all that. Anyways, good job.
-
I tried this, no errors came up. But it randomly arrested me (the message in chatbox came, but didnt teleport me to the interior). When I hit another player, nothing happens. function arrest( attacker, wep ) local team = getPlayerTeam(attacker) local police = getTeamFromName("Police") wantedlevel = getPlayerWantedLevel(source) if not attacker or attacker == source or wep ~= 3 or team ~= police or wantedlevel < 1 then return end local account = getPlayerAccount(source) setAccountData(account,"jailed",true) outputChatBox("You have been arrested by officer "..getPlayerName(attacker).."!", source, 255, 0, 0) outputChatBox("You have arrested "..getPlayerName(source)..". You have been paid: $500!", attacker, 0, 255, 0) givePlayerMoney(attacker, 500) setElementInterior(source, 13, 1724.33, -1625.784, 20.211) outputChatBox("You have been jailed for 5 minutes.", source, 255, 0, 0) setTimer(function(player) if isElement(player) then setElementInterior(player, 0, 1513.6809082031, -1698.1207275391, 14.046875) end end, 300000, 1) outputChatBox("Your time has been served. Behave well next time.", source, 0, 255, 0) setAccountData(source, "jailed", false) end addEventHandler ( "onPlayerDamage", root, arrest) function onLogin() local account = getPlayerAccount(source) if not getAccountData(account, "jailed", true) then return end setTimer(setAccountData, 300000, 1, account, "jailed", false) end addEventHandler("onPlayerLogin", root, onLogin)
-
It is the first time I am trying to make any arrest system, so I am a bit confused how to do it. I tried this, but it is giving me 4 - 5 errors regarding "setElementInterior". Error: Bad argument @ setElementInterior [Expected element at argument 1] That error comes like 4 times, with different lua lines. My code: function arrest( attacker, wep ) local team = getPlayerTeam(attacker) local police = getTeamFromName("Police") local wantedlevel = getPlayerWantedLevel(source) if not attacker or attacker == source or wep ~= 3 or team ~= police or wantedlevel < 1 then return end outputChatBox("You have been arrested by officer "..getPlayerName(attacker).."!", source, 255, 0, 0) outputChatBox("You have arrested "..getPlayerName(source)..". You have been paid: $500!", attacker, 0, 255, 0) givePlayerMoney(attacker, 500) setElementInterior(source, 13, 1724.33, -1625.784, 20.211) end if wantedlevel > 0 then outputChatBox("You have been jailed for 30 minutes.", source, 255, 0, 0) setTimer(function() setElementInterior(source, 0, 1513.6809082031, -1698.1207275391, 14.046875) end, 1800000, 1) outputChatBox("Your time has been served. Behave well next time.", source, 0, 255, 0) end end addEventHandler ( "onPlayerDamage", root, arrest)
-
You'll have to script, or in simple words, you'll have to re-make it for MTA as MTA supports only Lua language. I might help you with a few starter things, add me over Skype: dna261.
-
Well, I was talking to someone who was a programmer and was willing to work for SAN, the conversation started when he asked "where are you from?" and then..... (read your self) LMFAO....
-
* Posting this so when someone replies, I get the notification *
-
I wish you all Eid Mubarak. May Allah bless you all a long life with countless happiness.
-
I have seen many videos on this specific topic, and I, neither people could get a good answer to question "How to make yourself admin on your own server". This is very simple, and I hope there shouldn't be any more difficulties after watching this video. If you are suffering any more difficulty regarding this issue, feel free to post a reply. I tried to make this video as simple as I could, so newbies won't get confused. Thank you! *DAMN* I forgot to put MTA SA in video name.
-
I am the future Bill Gates....
-
You must edit your green zone resource for that.
-
OMG, good job dude. It was almost the same.
-
-
I miss uncle Bilal, guys lets continue this topic!
-
Is tut mein app ne port open karne ke liye yahi tareeqa istamal kiya tha? viewtopic.php?f=178&t=81326&p=746155&hilit=%5BTutorial%5D+How+to+make+an+MTA+server+%5BDetailed%5D#p742786