Jump to content

Smart.

Members
  • Posts

    340
  • Joined

  • Last visited

Everything posted by Smart.

  1. Try to higher the FPS in the server config.
  2. @blazy, glad I could help. @DrakeN, it works perfectly, maybe YOU should learn lua?
  3. I hope you've seen And tried with local server = get( "server" ) or "the_given_hostname_here" -- if you host the database on any other machine than the one hosting the actaul mta server, this comment is stupid.
  4. Is this similar to the one you were launching when the RPG server was still running? or completely different? Anyhow, I'll def be there edit: seems like I missed it (?) aww
  5. It's not even a job, and it's a fucking messy one. I wouldn't use this code
  6. Tested and works perfectly. HInv_Window = guiCreateWindow(354,252,362,272,"Haushaltsinventar",false) guiWindowSetSizable(HInv_Window,false) HInv_LBL_Welcome = guiCreateLabel(34,25,305,35,"Hallo. Das ist dein Haushaltsinventar.\nVon hier aus kannst du Möbel in dein Haus platzieren.",false,HInv_Window) guiSetFont(HInv_LBL_Welcome,"default-bold-small") HInv_Grid = guiCreateGridList(38,69,290,157,false,HInv_Window) guiGridListSetSelectionMode(HInv_Grid,2) centerWindow(HInv_Window) hinvName = guiGridListAddColumn(HInv_Grid,"Name",2) HInv_BTN_Platzieren = guiCreateButton(90,231,186,22,"Platzieren",false,HInv_Window) function textITT() outputChatBox("TEXT") end addEventHandler( "onClientGUIClick" ,root, function() if (source == HInv_BTN_Platzieren) then guiSetVisible ( HInv_Window, false ) textITT() end end)
  7. Smart.

    play sound

    function soundPlay ( command ) sound = playSound ( "files/mission.mp3", false ) setSoundVolume ( sound, 1.0 ) end addCommandHandler ( "sound", soundPlay ) -- change the command into whatever you want.
  8. Go figures, well I've basically done nothing yet except for modifying me and jacobs(JR10) login system to fit a gamemode "manager" so, creds to him of couese, too bad he had to quit mta. I'm also trying to create something like a master server, meaning I'll be having 3 "gamemodes" running. Everytime you create an account you will be able to choose what kind of gamemode you want, you are ofcourse not bound to the gamemode you choose, you are able to enter any city each time. However, there will be different rules depending on city. The first time you get into another gamemode zone, the rules will be forced upon your screen and you will have to read them for 35 seconds before you can click on "Accept" Oh, shit I almost forgot to mention, the whole police system is completed, there is currently some bugs though, but I'll fix those anytime soon. edit: maybe time to mention i've completed several things atm, fixed every bug which existed in the rp system, added two jobs. a peak system, help info / rule documentation and such.
  9. Hello. I'm gonna make an RPG server but I want to have a co-owner by my side. I'll basically script the whole server what I need help with is testing the scripts, paying domain/webhost server host and such, the "community" part. I've got a few requirements though: You have to know the language English flawlessly. You have to be mature. You have to be able and help with payments. Must have common computer experience (for example, being able to use ftp) Must not be "dumb" Just PM me if you're interested and we'll set up the plans for the future
  10. Just look at the meta? <class name="groupname" friendlyfire="false" public="true" > - change to false if you want it private. <info text="texthere" /> <color red="163" green="153" blue="51" /> <skin name="Gang Member" id="skinid" > <spawnpoint x="change" y="change" z="change6" rot="change" /> </skin> <weapon id="change" ammo="change" /> <weapon id="change" ammo="change" /> <weapon id="change" ammo="change" /> <camera> <position x="change" y="change" z="change" /> <lookAt x="change" y="change" z="change" /> </camera> </class> did not look through the script tho, I guess it would work.
×
×
  • Create New...