Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 6,506
» Latest member: nohuvin
» Forum threads: 2,233
» Forum posts: 12,033
Full Statistics
|
Online Users |
There are currently 589 online users. » 0 Member(s) | 587 Guest(s) Google, Bing
|
Latest Threads |
Command does not work in-...
Forum: Pawn Scripting
Last Post: PANZEHIR_
Yesterday, 06:36 PM
» Replies: 0
» Views: 28
|
White Screen
Forum: Support
Last Post: Phat202146_real
2024-11-21, 02:50 PM
» Replies: 0
» Views: 31
|
I get error 021 using y_h...
Forum: Pawn Scripting
Last Post: daniscript18
2024-11-18, 11:34 PM
» Replies: 0
» Views: 50
|
Il reste des français sur...
Forum: French/Fran?ais
Last Post: tysanio
2024-11-18, 05:39 AM
» Replies: 2
» Views: 451
|
Object creation issues
Forum: Programming
Last Post: K1271
2024-11-15, 11:51 PM
» Replies: 0
» Views: 48
|
Is the SAMP Hosting the s...
Forum: General Discussions
Last Post: OperaGX
2024-11-14, 09:33 PM
» Replies: 0
» Views: 66
|
Run time error 19: "File ...
Forum: Pawn Scripting
Last Post: Rexey
2024-11-14, 03:50 AM
» Replies: 0
» Views: 59
|
How to Compile Your Gamem...
Forum: Tutorials
Last Post: thelante
2024-11-13, 08:50 AM
» Replies: 3
» Views: 453
|
Modeller wanted
Forum: Development Updates
Last Post: acc.gangbeni
2024-11-11, 05:10 PM
» Replies: 9
» Views: 16,459
|
SA:MP forum offline
Forum: Portuguese/Portugu?s
Last Post: weslley_script
2024-11-09, 05:27 PM
» Replies: 7
» Views: 9,901
|
|
|
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.
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
|
|
|
samp03svr crash |
Posted by: [SF]kAn3 - 2019-04-27, 03:15 PM - Forum: Support
- Replies (2)
|
|
PHP Code: [19:15:12] [connection] ************ requests connection cookie.
[19:15:13] [connection] incoming connection: ************ id: 1
[19:15:14] [join] ************ has joined the server (************)
[19:15:14] [debug] Server crashed while executing ****.amx
[19:15:14] [debug] AMX backtrace:
[19:15:14] [debug] #0 native db_query () in samp03svr
[19:15:14] [debug] #1 0002b61c in ?? (7026564, 6636280, 48) in ****.amx
[19:15:14] [debug] #2 0002af98 in ?? (1, 6636280, 48) in ****.amx
[19:15:14] [debug] #3 00071320 in public WC_OnPlayerConnect (1) in ****.amx
[19:15:14] [debug] #4 000330a0 in public _y_utils_OnPlayerConnect (1) in ****.amx
[19:15:14] [debug] #5 000067a0 in ?? (1) in ****.amx
[19:15:14] [debug] #6 000079fc in public OnPlayerConnect (1) in ****.amx
[19:15:14] [debug] Native backtrace:
[19:15:14] [debug] #0 f7406896 in _Z13GetStackTraceRSt6vectorI10StackFrameSaIS0_EEPv () in plugins/crashdetect.so
[19:15:14] [debug] #1 f73fe120 in _ZN18CrashDetectHandler20PrintNativeBacktraceERSoRKN2os7ContextE () in plugins/crashdetect.so
[19:15:14] [debug] #2 f73fe886 in _ZN18CrashDetectHandler20PrintNativeBacktraceERKN2os7ContextE () in plugins/crashdetect.so
[19:15:14] [debug] #3 f73fef96 in _ZN18CrashDetectHandler7OnCrashERKN2os7ContextE () in plugins/crashdetect.so
[19:15:14] [debug] #4 f7405f82 in ?? () in plugins/crashdetect.so
[19:15:14] [debug] #5 f76ee420 in ?? ()
[19:15:14] [debug] #6 f76ee440 in ?? ()
[19:15:14] [debug] #7 f7459981 in gsignal () in /lib32/libc.so.6
[19:15:14] [debug] #8 f745cda2 in abort () in /lib32/libc.so.6
[19:15:14] [debug] #9 f7495a0d in ?? () in /lib32/libc.so.6
[19:15:14] [debug] #10 f749fb21 in ?? () in /lib32/libc.so.6
[19:15:14] [debug] #11 f74a13a8 in ?? () in /lib32/libc.so.6
[19:15:14] [debug] #12 f74a44ed in cfree () in /lib32/libc.so.6
[19:15:14] [debug] #13 080d3697 in ?? () in ./samp03svr
[19:15:14] [debug] #14 0808ebdb in ?? () in ./samp03svr
[19:15:14] [debug] #15 08074846 in ?? () in ./samp03svr
[19:15:14] [debug] #16 080763fe in ?? () in ./samp03svr
[19:15:14] [debug] #17 f76cbc39 in ?? () in /lib32/libpthread.so.0
[19:15:14] [debug] #18 f750aa0e in clone () in /lib32/libc.so.6
[19:15:14] [debug] Registers:
[19:15:14] [debug] EAX: 00000000 EBX: 0000535e ECX: 0000535f EDX: 00000006
[19:15:14] [debug] ESI: 00000000 EDI: f7592ff4 EBP: f71c93ac ESP: f71c9394
[19:15:14] [debug] EIP: f76ee440 EFLAGS: 00000296
[19:15:14] [debug] Stack:
[19:15:14] [debug] ESP퍍㓓䴴: f71c93ac 00000006 0000535f f7459981
[19:15:14] [debug] ESP퍍㓓䶴: 00000006 f71c944c 00000000 f770d4e4
[19:15:14] [debug] ESP퍍㓓临: 00005b06 f71c94a4 f7432e04 f742f9c8
[19:15:14] [debug] ESP퍍㓓亴: 00000009 f71c945c f7592ff4 00000009
[19:15:14] [debug] ESP퍍㓓伴: f71c945c 00000009 00000000 f71c94bc
[19:15:14] [debug] ESP퍍㓓䚴: f756e0d8 f756e119 0000005e f71c945c
[19:15:14] [debug] ESP퍍㓓䜴: 00000000 00000000 00000000 00000000
[19:15:14] [debug] ESP퍍㓓䞴: 00000000 00000000 00000000 00000000
[19:15:14] [debug] ESP퍍㓓崴: 00000000 00000000 00000000 00000000
[19:15:14] [debug] ESP퍍㓓嶴: 00000000 00000000 00000000 00000000
[19:15:14] [debug] ESP퍍㓓帴: f71c9b18 f7495a0d 0000001e f71c960c
[19:15:14] [debug] ESP퍍㓓庴: 00000017 ffda1b1d 0000000b f75728dd
[19:15:14] [debug] ESP퍍㓓弴: 00000004 f71c9b3b 00000008 f75728e7
[19:15:14] [debug] ESP퍍㓓嚴: 00000005 f71c9550 f749580b f75728e8
[19:15:14] [debug] ESP퍍㓓圴: 00000008 f71c9570 f71c9b3b 00000000
[19:15:14] [debug] ESP퍍㓓垴: 00000004 f71c9590 00000025 00000000
[19:15:14] [debug] ESP퍍㓓洴: 00000020 f71c95a0 00000064 f75728dd
[19:15:14] [debug] ESP퍍㓓涴: 00000025 f756ed75 f71c99d0 ffda1b1d
[19:15:14] [debug] ESP퍍㓓渴: 00000000 00000902 f74fb273 f75728c4
[19:15:14] [debug] ESP퍍㓓溴: f71c9b28 0000001d 00000055 00000055
[19:15:14] [debug] ESP퍍㓓漴: 20303030 702d7772 30303020 30303230
[19:15:14] [debug] ESP퍍㓓暴: 20202020 20202020 20202020 20202020
[19:15:14] [debug] ESP퍍㓓朴: 70617a2f 30353034 672f3935 31393237
[19:15:14] [debug] ESP퍍㓓枴: 616e2f73 65766974 63656863 2e72656b
[19:15:14] [debug] ESP퍍㓓紴: 30303065 2d777220 30302070 30303030
[19:15:14] [debug] ESP퍍㓓綴: 30303065 3637662d 30306665 2d722030
[19:15:14] [debug] ESP퍍㓓縴: 20302030 20202020 20202020 20202020
[19:15:14] [debug] ESP퍍㓓纴: 20202020 64765b20 0a5d6f73 65363766
[19:15:14] [debug] ESP퍍㓓缴: 30207078 30303030 20303030 303a6566
[19:15:14] [debug] ESP퍍㓓皴: 20202020 20202020 20202020 20202020
[19:15:14] [debug] ESP퍍㓓眴: 2e33312e 660a6f73 63303737 2d303030
[19:15:14] [debug] ESP퍍㓓瞴: 30633130 66203030 30303a65 38393920
[19:15:14] [debug] Loaded modules:
[19:15:14] [debug] 00000000 - 00187dc3 samp03svr
[19:15:14] [debug] f76f0000 - f76f0540
[19:15:14] [debug] f76e0000 - f76e223f /lib32/libdl.so.2
[19:15:14] [debug] f76c6000 - f76ddc3b /lib32/libpthread.so.0
[19:15:14] [debug] f75da000 - f76cce8f /usr/lib32/libstdc.so.6
[19:15:14] [debug] f75b4000 - f75d850b /lib32/libm.so.6
[19:15:14] [debug] f7597000 - f75b32f8 /usr/lib32/libgcc_s.so.1
[19:15:14] [debug] f742f000 - f7599f13 /lib32/libc.so.6
[19:15:14] [debug] f76ef000 - f770c2b8 /lib/ld-linux.so.2
[19:15:14] [debug] f73e7000 - f742b390 plugins/crashdetect.so
[19:15:14] [debug] f73db000 - f73e622c plugins/sscanf.so
[19:15:14] [debug] f73d1000 - f73d9d1c plugins/Whirlpool.so
[19:15:14] [debug] f730c000 - f73d0bcf plugins/streamer.so
[19:15:14] [debug] f72fb000 - f7301a0b /lib32/librt.so.1
[19:15:14] [debug] f72d7000 - f72fa04f plugins/SKY.so
[19:15:14] [debug] f71f2000 - f72d9b50 plugins/pawncmd.so
[19:15:14] [debug] f76e8000 - f76e9f70 plugins/nativechecker.so
Does anyone get what happened?
|
|
|
|