| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,744
» Latest member: p0interr
» Forum threads: 2,368
» Forum posts: 12,318
Full Statistics
|
| Online Users |
There are currently 327 online users. » 1 Member(s) | 323 Guest(s) Bing, Google, Baidu, sahanabid05
|
| Latest Threads |
jtfhftuj
Forum: Releases
Last Post: venpue
Yesterday, 05:36 AM
» Replies: 0
» Views: 19
|
djdhthf
Forum: Pawn Scripting
Last Post: venpue
Yesterday, 05:30 AM
» Replies: 0
» Views: 19
|
wawata
Forum: Questions and Suggestions
Last Post: venpue
Yesterday, 05:28 AM
» Replies: 0
» Views: 18
|
PROJECT: LOS ANGELES — TH...
Forum: Advertisements
Last Post: DevonH
2025-12-06, 01:43 AM
» Replies: 3
» Views: 662
|
Zona América del Sur DM+ ...
Forum: Advertisements
Last Post: kevinberriosflores
2025-12-05, 10:59 PM
» Replies: 0
» Views: 30
|
Real-time pathfinder, opt...
Forum: Pawn Scripting
Last Post: ejtamovic
2025-12-05, 02:06 PM
» Replies: 0
» Views: 63
|
The size of the output am...
Forum: Questions and Suggestions
Last Post: scandalfive
2025-12-01, 07:07 PM
» Replies: 0
» Views: 81
|
Garsiono's, Ricardo's, Tr...
Forum: Advertisements
Last Post: drwnrbbt
2025-12-01, 10:15 AM
» Replies: 0
» Views: 77
|
After School Roleplay [ R...
Forum: Advertisements
Last Post: cosminupgaming
2025-11-29, 09:39 PM
» Replies: 1
» Views: 327
|
Voltage Roleplay [English...
Forum: Advertisements
Last Post: JamesC
2025-11-29, 09:27 PM
» Replies: 0
» Views: 78
|
|
|
| PlayAudioStreamForPlayer Not Working |
|
Posted by: Grate Maharlika - 2020-10-22, 09:14 AM - Forum: Pawn Scripting
- Replies (2)
|
 |
Why PlayAudioStreamForPlayer is not working on me (im using horizon roleplay script (y_ini) is there anything i should add? What PlayAudioStreamForPlayer plugins or requirements to make it run? It actually works ingame but when it plays now after 2-4 seconds it will stop and if i play again it wont work *(im not using youtube link)
|
|
|
|
| IP verification / Allow |
|
Posted by: 3kisde - 2020-10-22, 07:05 AM - Forum: Programming
- Replies (1)
|
 |
Hello brothers, i want to try to make an ip verification, but i dont know how to send an command like sudo from php, i want to get the ip of the website visitor and send an iptables/ufw or other command allowing his ip, any suggestions/ideas/help? im very newbie in php and ubuntu? :(
|
|
|
|
| Existing Server Hosts |
|
Posted by: Torque - 2020-10-21, 10:26 PM - Forum: Questions and Suggestions
- Replies (1)
|
 |
I was wondering whether or not the developers have spoken to some of the popular SAMP server hosts (Vortex, Zap Hosting, Ping Perfect) to see if they will begin to start hosting OpenMP servers once it's released?
I think for people who don't wish to use VPS will struggle to get their server hosted otherwise. Zap Hosting has a suggestion feature which is pretty good (I recently got them to consider hosting SAMP on Windows servers instead of only Linux), and I'm sure some discussions could be had to prepare for the launch of OpenMP and have it supported.
|
|
|
|
| Custom Skins/Objects |
|
Posted by: Torque - 2020-10-20, 09:05 PM - Forum: Questions and Suggestions
- Replies (3)
|
 |
Is OpenMP having 0.3DL style features or not? Reason I ask is because my SAMP server currently uses 0.3DL, and once OpenMP is launched we're immediately switching. If OpenMP is not supporting this feature then I will go ahead and revert to 0.3.7, in preparation for OpenMP.
Regards.
|
|
|
|
Looking to Hire a Pawn Scripter |
|
Posted by: Youth - 2020-10-19, 07:19 PM - Forum: Pawn Scripting
- No Replies
|
 |
Hello! I'm looking to hire a Pawn scripter to build a roleplay gamemode for a future community. We are a team that is looking to pay nicely, prices can be negotiated of course. We will definitely ask for a portfolio
of scripts you have completed. My discord is?Youth#4678. Thank you!
|
|
|
|
| SKY Plugin |
|
Posted by: Grate Maharlika - 2020-10-19, 06:27 PM - Forum: Support
- Replies (1)
|
 |
can anyone help me with SKY plugin installation, i get some confusion, do I really need to install CMake and Visual Studio? Or should I only drop all files from github into my server files?
|
|
|
|
| How to use SAMPCTL vscode/sublime. |
|
Posted by: XoMoX - 2020-10-19, 10:01 AM - Forum: Tutorials
- Replies (8)
|
 |
INTRODUCTION TO SAMPCTL
Sampctl?is like a node npm just like in node.js but its in pawn there are many compatible libraries aka includes, there are many reasons to use sampctl.
1st is the compiler for vscode and sublime it can support both editors.?
2nd you can install libraries/includes in just a line.
3rd you can say goodbye to server.cfg, in sampctl you will use pawn.json instead of server.cfg
INSTALLING SAMPCTL
There are 2 ways to install this (Actually there are 3 or smth).
First way is using SCOOP, (INSTALL SCOOP HERE?or just run?Code: iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
) after that you can now you can execute this
Code: scoop bucket add southclaws https://github.com/Southclaws/scoops.git; scoop install sampct
from another line. You can now run `sampctl` in PowerShell, CMD, git bash but you will need to restart any other open terminals if you install scoop for the first time so it is loaded in the the PATH environmet variable properly
The second way is installing it manually here are the steps.
1. Create a directory on your `c:\` drive root named `sampctl`
2. Download a Window release of sampctl and place the .exe file into the `sampctl` directory you created
3.?Add `c:\sampctl\` to your system PATH.
4. Open a new shell (PowerShell, CMD, or bash) and type `sampctl` - if you did the above correctly, you'll see sampctl help.
USING SAMPCTL
?1. How to install sampctl to your gamemode.?
Open up PowerShell or CMD in your server files directory (Where samp-server.exe and server.cfg located) use `sampctl init` and you'll see this.
![[Image: imLKAR2.png?1]](https://i.imgur.com/imLKAR2.png?1)
i never used .yaml im only using .json so select what you want here and you need to give information for your gamemode/library like if you want it to release to Github.
Now it will gonna ask you if you want to publish a gamemode/library like this.
![[Image: nNHalYm.png?1]](https://i.imgur.com/nNHalYm.png?1)
Library means if you want to create a reusable includes this is where the fun begins, if you create a Library using sampctl we can download that using one command line which we will cover later.
Now you can select your Text editor you'll see an option like this.
![[Image: b26GovK.png?1]](https://i.imgur.com/b26GovK.png?1)
You can go select any Text editors you want (vscode or Sublime) for me I'm gonna select VScode for this.
Then lastly you're gonna select your main .pwn file
![[Image: VA4bFrH.png?1]](https://i.imgur.com/VA4bFrH.png?1)
IT MUST BE YOUR MAIN .PWN FILE but don't worry you will be able to change this in your pawn.json HAHA now you're done. If you're using vscode you can simply do ctrl shift b to compile your script I think the same goes to Sublime
2. How to install dependencies.
Well you can only install dependencies compatible or made with sampctl you've seen an option there earlier in the tutorial with the selection "gamemode / library" if you create a library you can just simply install it in your gamemode with just 1 line
`sampctl install` so for instance `sampctl install CnRXomoX/X_Enex` now some of you are asking "How did he get the link"(Assuming you're asking) well its pretty easy you can take a look at this picture
![[Image: i06WID9.png?1]](https://i.imgur.com/i06WID9.png?1)
Do you see the difference? you can enter it without the github.com because sampctl automatically adds it without hesitation downloading it 1 by 1 and this is the fun thing about sampctl it automatically downloads the .dll file or .so files automatically!
So no need to search "How to fix .dll error samp script".
You can see your downloaded libraries/includes in your dependency folder
If you just cloned your gamemode onto another PC/LAPTOP you can run `sampctl ensure` to download the libraries/includes that is in your dependencies folder and .dll files in your plugins!
[img]https://i.imgur.com/nNHalYm.png?1[/img
|
|
|
|
|