| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 362 online users. » 0 Member(s) | 360 Guest(s) Bing, Baidu
|
| Latest Threads |
How to make your GTA SA:M...
Forum: Tutorials
Last Post: kayn
Today, 06:31 AM
» Replies: 4
» Views: 3,660
|
Cara buka blokir bale by ...
Forum: General Discussions
Last Post: majarreas
Today, 05:13 AM
» Replies: 0
» Views: 14
|
Cara Buka Blokir rekening...
Forum: General Discussions
Last Post: majarreas
Today, 05:04 AM
» Replies: 1
» Views: 12
|
Nomor WhatsApp resmi BWS ...
Forum: General Discussions
Last Post: berdaraind
Yesterday, 03:09 PM
» Replies: 1
» Views: 33
|
Nomor WhatsApp Bank Woori...
Forum: General Discussions
Last Post: berdaraind
Yesterday, 03:04 PM
» Replies: 1
» Views: 26
|
cara buka blokir rekening...
Forum: General Discussions
Last Post: berdaraind
Yesterday, 02:59 PM
» Replies: 1
» Views: 30
|
cara mengatasi tidak bisa...
Forum: General Discussions
Last Post: berdaraind
Yesterday, 02:54 PM
» Replies: 1
» Views: 27
|
Bagaimana jika lupa usern...
Forum: General Discussions
Last Post: berdaraind
Yesterday, 02:50 PM
» Replies: 0
» Views: 20
|
Cara membuka blokir BWS M...
Forum: General Discussions
Last Post: berdaraind
Yesterday, 02:47 PM
» Replies: 0
» Views: 19
|
Cara buka blokir bale btn
Forum: General Discussions
Last Post: berdaraind
Yesterday, 02:45 PM
» Replies: 0
» Views: 19
|
|
|
| Problem with compiler |
|
Posted by: MirzaTinjak - 2023-01-27, 10:53 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hi there.
I have one error message that i can't resolve:
Code: C:\Users\Mirza\Documents\Mirza\SAMP_server\SAMP_server\Server\qawno\include\YSI_Storage\y_ini\..\..\YSI_Core\y_core\y_core_entry.inc(120) : user error: YSI assumes `sNAMEMAX` is 31.
tasks.json for compiler settings, in VS Code:
Code: [color=#000000]{[/color][/font][/color]
[color=#000000] {
[/color]
"version": "2.0.0",
"tasks": [
{
"label": "build-normal",
"type": "shell",
"command": "${workspaceRoot}/Server/qawno/pawncc.exe",
"runOptions": {
"instanceLimit": 1,
},
"args": [
"${file}",
"-Dgamemodes",
"'-;+'",
"'-(+'",
"'-d3'",
"'-Z+'"
],
"group": {
"kind": "build",
"isDefault": true
},
"isBackground": false,
"presentation": {
"reveal": "always",
"panel": "dedicated"
},
"problemMatcher": {
"owner": "pawn",
"fileLocation": [
"relative",
"${workspaceRoot}"
],
"pattern": {
"regexp": "^(.*?)\\(([0-9]*)[- 0-9]*\\) \\: (fatal error|error|warning) [0-9]*\\: (.*)$",
"file": 1,
"location": 2,
"severity": 3,
"message": 4
}
}
}
],
[color=#000000]}[/color][color=#000000][font=Consolas, 'Courier New', monospace]
I include YSI like this:
Code: [/font][/color]
#include <open.mp>
#include <a_mysql>
#include <a_http>
#include <sscanf2>
#include <streamer>
#include <YSI_Storage\y_ini>
#include <YSI_Data\y_iterate>
#include <YSI_Coding\y_timers>
[color=#000000][font=Consolas, 'Courier New', monospace]
I try to modify compiler settings but I couldn't find any solution for it.
|
|
|
|
| [OMP] Errors compiling |
|
Posted by: leoclose575 - 2023-01-27, 09:08 PM - Forum: Pawn Scripting
- Replies (3)
|
 |
Hello, I tried to compile samp gamemode with open.mp and encountered errors and warning that I can't find anywhere in docs
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) ------> error 025: function heading differs from prototype
warning 213: tag mismatch: expected tag "t_KEY", but found none ("_")
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ) ----------> error 025: function heading differs from prototype
GivePlayerWeapon(playerid, 31, 15); ------------------> warning 213: tag mismatch: expected tag "t_WEAPON", but found none ("_")
|
|
|
|
| HELP BUG |
|
Posted by: rockys - 2023-01-26, 04:41 PM - Forum: Pawn Scripting
- No Replies
|
 |
HI, i have a bug on my server
OMP RC2
When you die inside vehicle by explosion and you got spawn inside an interior on your screen apper a visual bug, if i spawn again the visual bug dissaper
[/url]Imgur: The magic of the Internet[url=https://imgur.com/a/8bbCIiM]
|
|
|
|
| sa-mp-0.3.7-R5... |
|
Posted by: Gm_KoDi - 2023-01-26, 04:18 PM - Forum: General Discussions
- Replies (3)
|
 |
Hello, I was looking at the official SAMP website and noticed that a new client version has been released, now there is version R5, does anyone know what has changed?
|
|
|
|
| Y-less have patented the game sa-mp and open mp? |
|
Posted by: NoxxeR - 2023-01-17, 12:27 PM - Forum: General Discussions
- Replies (5)
|
 |
Question for y-less, did you patent the game, some time ago people leeched the sa-mp source code and some people stole it.
If you patent the game then nobody can steal your source code just like that, then you can sue them :)
Will be lots of fun to play in the future the san andreas open multiplayer game :D
|
|
|
|
I need help for plugins |
|
Posted by: cr32 - 2023-01-11, 10:50 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
- (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient_r.so.16 with link time reference)(plugins/sampac.so: cannot open shared object file: No such file or directory)(libonig.so.2: cannot open shared object file: No such file or directory)
|
|
|
|
|