| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 289 online users. » 0 Member(s) | 286 Guest(s) Google, Bing, Yandex
|
| Latest Threads |
PawnPro 3.3.0 Released
Forum: Releases
Last Post: NullSablex
2 hours ago
» Replies: 0
» Views: 11
|
Introducing PST — A Commu...
Forum: Pawn Scripting
Last Post: Daniil Korochansky
Yesterday, 04:14 PM
» Replies: 0
» Views: 25
|
FCNPC for open.mp - the c...
Forum: Plugins
Last Post: MauroRisi
Yesterday, 12:28 AM
» Replies: 2
» Views: 164
|
omp_npc not working
Forum: Pawn Scripting
Last Post: MauroRisi
Yesterday, 12:13 AM
» Replies: 0
» Views: 23
|
[Release] Spawn — IDE for...
Forum: Programming
Last Post: Daniil Korochansky
2026-06-16, 05:41 AM
» Replies: 1
» Views: 91
|
discord unban appeal - pa...
Forum: Chat
Last Post: edgy
2026-06-15, 01:50 PM
» Replies: 1
» Views: 120
|
🎮 [91.134.166.72:5555] Jo...
Forum: Advertisements
Last Post: tokofridonashvili_01
2026-06-14, 05:39 PM
» Replies: 0
» Views: 59
|
Project San Andreas Rolep...
Forum: Advertisements
Last Post: Artysh
2026-06-14, 04:08 PM
» Replies: 0
» Views: 51
|
Qawno for macOS — native ...
Forum: Releases
Last Post: DrVandersexxx
2026-06-14, 09:57 AM
» Replies: 1
» Views: 128
|
Proiecte care asteapta Op...
Forum: Romanian/Română
Last Post: ionuzcostin
2026-06-13, 07:55 PM
» Replies: 14
» Views: 29,176
|
|
|
| Pondran esto? |
|
Posted by: air - 2019-04-29, 04:00 PM - Forum: Discusión GTA SA Multijugador
- Replies (3)
|
 |
Pondran un parche de seguridad en el open.mp? lo que no tiene samp y se a pedido a gritos..?
Se trata de un parche de seguridad para prevenir la mayor cantidad posible de?los ataques a los servidores.
que piensan en hacer con respecto a el tema?
|
|
|
|
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
|
|
|
|
|