| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 6,631
» Latest member: s8jpncom
» Forum threads: 2,465
» Forum posts: 12,499
Full Statistics
|
| Online Users |
There are currently 273 online users. » 0 Member(s) | 269 Guest(s) Applebot, Bing, Google, Yandex
|
| Latest Threads |
Dołącz do ekipy projektu ...
Forum: Ogólne
Last Post: Sztakier
2026-05-27, 01:30 PM
» Replies: 0
» Views: 53
|
engkqSelections.inc
Forum: Libraries
Last Post: Engkq
2026-05-27, 02:58 AM
» Replies: 0
» Views: 80
|
FCNPC for open.mp - the c...
Forum: Plugins
Last Post: Xyranaut
2026-05-26, 01:26 AM
» Replies: 0
» Views: 70
|
🚀 ¡Buscamos Mapeador para...
Forum: Discusión GTA SA Multijugador
Last Post: Dramack
2026-05-25, 05:34 PM
» Replies: 0
» Views: 58
|
Welcome to los santos !
Forum: Advertisements
Last Post: xInVinCiBlE
2026-05-25, 10:00 AM
» Replies: 0
» Views: 72
|
RevolutionX DM/Stunt/Race...
Forum: Advertisements
Last Post: CJ101
2026-05-24, 04:30 PM
» Replies: 0
» Views: 58
|
How to transfer my server...
Forum: Support
Last Post: Telzin2k
2026-05-24, 03:13 PM
» Replies: 1
» Views: 83
|
League A/D — Attack & Def...
Forum: Gamemodes
Last Post: DrVandersexxx
2026-05-23, 09:16 AM
» Replies: 0
» Views: 84
|
ourFarm.pl - Polski Serwe...
Forum: Serwery
Last Post: Sztakier
2026-05-23, 09:00 AM
» Replies: 0
» Views: 73
|
PROJECT: RENEWAL ROLEPLAY...
Forum: Advertisements
Last Post: zin
2026-05-21, 12:21 AM
» Replies: 2
» Views: 176
|
|
|
SAMPLauncherNET client for GTA:SA to play online |
|
Posted by: [SF]kAn3 - 2019-04-29, 02:02 PM - Forum: Videos and Screenshots
- Replies (7)
|
 |
Hello folks. I like this client and hope it will get more famous amongst SA-MP players and because so I've recorded a simple and short video about this client.
I know some players who play SA-MP since long time, and when we spoke about it they didn't really know what's all about, so here we are!
Thanks for your hard working, cheers!
|
|
|
|
| Mod name |
|
Posted by: Manyula - 2019-04-29, 01:20 PM - Forum: Questions and Suggestions
- Replies (8)
|
 |
Some time ago I wondered how the name "open multiplayer" came about. I mean, of course we're talking about a multiplayer mod which will eventually be?open sourced. But in terms of SEO, this name is not favorable to attracting new people. I understand?that the initial intention was to cater to the existing SA:MP playerbase - but for anyone out of the loop, it's hard to find out about this modification. Have you thought about better alternative?names for the project in terms of SEO?
Here are a couple of suggestions:
- San Andreas Online
- Open San Andreas
- Open San Andreas Multiplayer
|
|
|
|
| sql and other such things |
|
Posted by: Metro - 2019-04-28, 07:18 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
So despite being pretty much a beginner at Pawn I've decided to try and create my own account storage system for my server.?
The problem is that I'm super new to sql and sql initialization and whatnot and I have a few questions.?
What are the go-to sql hosting services? Are free ones any good? Do any of you have any complementary advice that could help?
Ty in advance
|
|
|
|
| [Suggestion] Some suggestions for this Forum. |
|
Posted by: Shaun - 2019-04-28, 11:55 AM - Forum: Chat
- Replies (3)
|
 |
As there is no Official forum for Suggestions, I will post mine here.
Quote:1) Default 'Mark unread replies Read' Icon to a Burger Icon. My favourite is?this [Click 'this' for the link].
2) Separate Forum for Suggestions.
3) Some Thread prefixes such as [Bug], [Suggestion] etc.
4) New Threads Link in Header.
Thank you for Reading.
|
|
|
|
| [MV]_Youtube - Stream youtube video's and have playlists |
|
Posted by: michael@belgium - 2019-04-28, 09:14 AM - Forum: Libraries
- Replies (7)
|
 |
The samp forum thread is litteraly unreadable.
[MV]_Youtube
An advanced Youtube streamer where you can have playlists and stream youtube video's. 1 video can be played with 1 line of code.
![[Image: oRnMo.jpg]](http://puu.sh/oRnMo.jpg)
![[Image: oRnNh.png]](http://puu.sh/oRnNh.png)
Functions
Code: native PlayYoutubeVideoFor(url[], playfor = INVALID_PLAYER_ID, playlist = INVALID_PLAYLIST_ID, bool:usepos = false, Float:distance = 50.0)
-> returns a youtubeid
native StopYoutubeVideo(youtubeid)
native IsValidYoutubeURL(string[])
native IsYouTubeVideoPlaying(youtubeid)
native GetVideoDuration(youtubeid)
native GetVideoTitle(youtubeid)
native GetVideoLink(youtubeid)
native GetVideoStreamLink(youtubeid)
native GetVideoTarget(youtubeid)
native CreatePlaylist(name[])
-> returns a playlistid
native RemovePlaylist(playlistid)
native GetPlaylistName(playlistid)
native GetPlaylistSongs(playlistid)
native GetPlaylistSongsCount(playlistid)
native GetPlaylistFromVideo(youtubeid)
native SearchYoutubeVideos(playerid, searchquery[])
public OnYoutubeSearch(playerid)
public OnYoutubeVideoStart(youtubeid)
public OnYoutubeVideoFinished(youtubeid)
public OnMVYoutubeError(youtubeid, message[])
public OnPlaylistAddEntry(playlistid, youtubeid)
public OnPlaylistFinished(playlistid)
Installation
Code: sampctl package install MichaelBelgium/MV_Youtube
or download it manually and
Code: #include <MV_Youtube>
Configuration
Create your own Youtube-to-mp3 api and use the include with it
https://github.com/MichaelBelgium/Youtube-to-mp3-API
|
|
|
|
|