Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Ok, the Beta was successful and we're changing some of our themes. Please read here for more info: http://rpg.fwcentral.org/topic/116-server-passworded/ Topic Locked!
  2. Sounds nice, but sorry, I don't play TF2. If i did, I would help. but Good luck
  3. Jaysds1

    Map editor Error!

    ok, post back if it works or not
  4. http://scfire-mtc-aa01.stream.aol.com:80/stream/1071
  5. hmmm, that would be weird , how? and try doing it in the night when you don't expect it.
  6. Well, it's a server to play on, They didn't say anything about you could Download or Purchase it, Sorry, it's just another Server to Play on
  7. Nice, Can I be the BETA tester?
  8. Jaysds1

    Admin Panel Problem

    Use these functions: createMarker setElementPosition
  9. A: Nah, not anymore Q: Do you want to ask more stupid questions?
  10. http://pastebin.com/sNi5D5P0
  11. Jaysds1

    Admin Panel Problem

    Here's an acl.xml: http://pastebin.com/sNi5D5P0
  12. try this, Client: function registering() if ( source == GUIEditor_Button[4] ) then local g_textR = guiGetText( GUIEditor_Edit[3] ) local g_textR2 = guiGetText( GUIEditor_Edit[4] ) local g_textR3 = guiGetText( GUIEditor_Edit[5] ) if g_textR ~= "" and g_textR2~="" and g_textR3~="" then --check if the field actually have something triggerServerEvent("g_textToRegister",localPlayer, g_textR, g_textR2, g_textR3) end end end addEventHandler("onClientGUIClick",guiRoot, registering) Server: function g_textToRegister( user, password, g_textR3) if password == g_textR3 then local account = addAccount ( user, password ) else triggerClientEvent(client,"confirmError",root) return --automatically end the script if the password doesn't match end if logIn ( client, account, password) then --you used account2 instead of account outputChatBox ( "successfully registered, welcome ".. getPlayerName( client ), client, 255, 255, 0 , true ) randomModel = math.random( 26, 37 ) setElementModel ( client, randomModel ) else triggerClientEvent(client,"registerEroor",root) end end addEvent("g_textToRegister", true) addEventHandler("g_textToRegister",root, g_textToRegister)
  13. Well, sorry, I can't, If you want to learn, you would need to do it your self here's the functions for ACL.
  14. you forgot the X at the end of Policial. and please change the code to lua.
  15. well, you could add them to a random teams, or if you want, you could set them to a team that's the same name as the ACL Group they're in.
  16. This only works if the player joins the server, but they join only one team.
  17. Can you download and run this MTADiag, then post the Generated PasteBin.
  18. Hi guyz, I wanted to know what the f*ck was this: http://bug.mtasa.com It kinda scared me at the beginning
  19. you could search here: http://bugs.mtasa.com/main_page.php
×
×
  • Create New...