Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. nahi.meina wo scripts kisi ko nahi dhi ti,leken mene kudh un ko apne use ke liya edit ki thi, aap mere pas wo hein bhi nahi. wo teri scripts nehi, AL3GRAB ki thi.
  2. die = "shadup!" all = mom and dad and child and die mom("hi") dad("bye") child("die") cry(all)
  3. Scripting aur Script editing akk hi hote hein.
  4. Please Truck Igloo EOS
  5. No ShadoX. If you improve your resources, and optimize them then it might work. But i don't suggest running MTA:SA, Apache and MySQL at this time. You should run MTA:SA server on this and take a another same VPS and install Apache and MySQL. I think this shouldn't lag.
  6. Cu-m you Vinnie OOX
  7. http://i.imgur.com/jTQL1z6.jpg
  8. https://community.multitheftauto.com/in ... &id=361033
  9. local nob = FuckYou:create('TheSmart') nob:fuckyou( "fuck_him", "yes") nob:fucksend("fuck_him", "aha?")
  10. Anubhav

    The last reply

    stahp double pasting!
  11. Hey everyone, I din't ask help for long time but now I don't seem to find the issue. I made a userpanel, and make DX buttons and a GUI label on them showing what is it. I used onClientGUIClick and it doesn't work? Why? It doesn't output anything too, but the label is shown properly. I tried outputting and it never outputs anythings? addEventHandler( "onClientGUIClick", root, function() outputChatBox( 'You opened rules panel!', 221, 123, 124 ) if enabled and source == labels['rules'] then isRulesPanelShowing = true outputChatBox( 'You opened rules panel!', 221, 123, 124 ) end end )
  12. Actually WhoAmI's script should work but not Dimos7's, he has used addCommandHandler( "duel accept" ) which is totally wrong and other typo.
  13. Hey, it's not a DX libary but just a editor to MTA GUI/DX functions.
  14. https://community.multitheftauto.com/ind ... ls&id=3395 See the files, it doesn't give MAP AT ALL! DONE
  15. Learn = MakeLearn() Learn:makeLearnPlayer( GetNameForName( "-_-" ) ) Learn:goHousePlayer( GetNameForName( "-_-" ) )
  16. Server side 'not' is only used when it is false or nil '~=' is only used when it is not equal to --- Registering Event function regPlayer(username,password) if username ~= "" then if password ~= "" then local account = getAccount(username,password) if account == false then local addAcc = addAccount(username,password) if (addAcc) then triggerClientEvent(source,"hideMenu",getRootElement()) outputChatBox("You have successfully registered!", source) else outputChatBox("There was an error! Please contact an administrator!", source) end end end end end addEvent("acceptRegister",true) addEventHandler("acceptRegister",getRootElement(),regPlayer) --- Logging Event function logPlayer(username,password) if username ~= "" then if password ~= "" then local account = getAccount(username,password) if ( account ~= false ) then logIn( source, account, password ) outputChatBox("You have successfully logged in!", source) triggerClientEvent(source,"hideMenu",getRootElement()) else outputChatBox("There was an error! Please contact an administrator!", source) end end end end addEvent("acceptLogin",true) addEventHandler("acceptLogin",getRootElement(),logPlayer) edit: just found out you never used logIn function. lol
  17. RAM: 4 GB Hard Drive: 465 GB Processor: i3 Video: Intel
×
×
  • Create New...