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

Error when using y_commands

I'm recently trying to use "y_commands", but it's giving me errors when compiling.

ID
d6ouivnilegovhg7c250
author
jhames's avatar

Jhames

@jhames


View profile
Copy link
  Report member
started
Dec 17, 2023
replies
0
participating
No

scroll to top

powered by storyden

Login
Discussion
Pawn Scripting
Error when using y_commands
jhames's avatar

Jhames

@jhames


View profile
Copy link
  Report member
• 2y
Pawn Scripting

Error when using y_commands

pawn

I'm recently trying to use "y_commands", but it's giving me errors when compiling.

I'm using the latest version of YSI and the community compiler.

#include "../include/YSI-Includes/YSI_Visual\y_commands"

CMD:name(playerid, params[])
{
    // Run the command.
    return 1;
}



Error code

Pawn compiler 3.10.10                  Copyright (c) 1997-2006, ITB CompuPhase

../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(230) : error 001: expected token: "-identifier-", but found "("
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : error 017: undefined symbol "Iterator@YSI_g_sPlayerCmd"
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : error 017: undefined symbol "Iterator@YSI_g_sPlayerCmd"
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : warning 215: expression has no effect
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : error 001: expected token: ";", but found "]"
../include/YSI-Includes/YSI_Visual\y_commands\y_commands_impl.inc(872) : fatal error 107: too many error messages on one line

Compilation aborted.
0 likes0 replies

    Please sign up or log in to reply