Jump to content

FrankNL

Members
  • Posts

    4
  • Joined

  • Last visited

FrankNL's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Hey Guys, First of all i wanted to say that i'm not that good of an scripter in MTA/LUA i haven't done it in a real long time. But today i was playing mta with Spotify running on the back ground, and i had to go to my desktop everytime i wanted to change the playlist i'm in. So i thought wouldn't it be possible to integrate the Spotify API into a LUA script and make a GUI interface so that you can go through your spotify playlists and controll spotify from in MTA itself? There is an Spotify API named libspotify, so i thought isn't it possible to load libspotify.dll (.so) into the server and use this for this? Here is the API: https://developer.spotify.com/technologies/libspotify/ And here is the documentation: https://developer.spotify.com/technolog ... s/12.1.45/ I Really have no idea if this is even possible so i wanted ask you guys, i think it would make a really nice add-on to MTA because spotify is being used more often these days. Let me know if this is even possible, and if so if you can give me an little something to start with. Thanks already! Greatings, FrankNL
  2. So in the bottom of your config it says: Admin
  3. You just gotta upload all the files to another dir, like: upload and than go to http://www.mysite.com/upload there is the script you can import it in your forum with an iframe
  4. Hey all! Im having some trouble installing xerces-c everything goes fine untill the make part comes: You will now have to run some configure commands. This should work just fine if you're on a Linux machine with all the required development tools installed (see above). $ cd $XERCESCROOT/src/xercesc $ autoconf $ ./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread $ make $ make install $ make clean That is says on the website but when i type make (or gmake) into my console it says: make: *** No targets specified and no makefile found. Stopped. And when i try it with install or clean behind the command it says: make: *** There is no rule for target 'install' Stopped. So am i doing something wrong or not? because it says that it cant find the make file Greatings FrankNL (Sorry for the bad english in the errors i needed to translate it from my lang (dutch)) EDIT ::: I looked into the files and there 2 files called: Makefile.in Makefile.incl So why does it say there is no makefile
×
×
  • Create New...