Search

open.mp forum

RegisterLogin

Discussion

General
Chat
Tech
Life
Art
Programming
open.mp
Development Updates
Questions and Suggestions
SA-MP
General Discussions
Videos and Screenshots
Support
Pawn Scripting
Tutorials
Releases
Plugins
Libraries
Filterscripts
Gamemodes
Maps
Advertisements
Other languages
Spanish/Espa?ol
Programaci?n
Discusi?n GTA SA Multijugador
Mods
Offtopic
Juegos
Portuguese/Portugu?s
Russian/???????
Italian/Italiano
Dutch/Nederlands
German/Deutsch
Romanian/Rom?na
Ex-Yu
Polish/Polski
Og?lne
Serwery
Skryptowanie
Filmiki i zdjecia
Lithuanian/Lietuvi?kas
French/Fran?ais
Hungarian/Magyar
Hindi/Urdu
Turkish
Other
Internal
Team
Hidden
Archived

Library

 Collections Links Members Roles

Problem with compiler

Hi there.

ID
d6ouivnilegovhg7bvq0
author
mirzatinjak's avatar

MirzaTinjak

@mirzatinjak


View profile
Copy link
  Report member
started
Jan 27, 2023
replies
0
participating
No

scroll to top

powered by storyden

Login
Discussion
Pawn Scripting
Problem with compiler
mirzatinjak's avatar

MirzaTinjak

@mirzatinjak


View profile
Copy link
  Report member
• 3y
Pawn Scripting

Problem with compiler

pawn

Hi there. 
I have one error message that i can't resolve:

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:

[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
}
}
}
],
}

I include YSI like this:



#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>

 





I try to modify compiler settings but I couldn't find any solution for it.
0 likes0 replies

    Please sign up or log in to reply