SA-MP Forums Archive
[Plugin] SKY - Slice's fork of kurta999's fork of YSF - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] SKY - Slice's fork of kurta999's fork of YSF (/showthread.php?tid=563442)

Pages: 1 2 3 4 5


Re: SKY - Slice's fork of kurta999's fork of YSF - Mike861 - 05.07.2018

Код:
[10:47:02]  Loading plugin: SKY.so
[10:47:02]   Failed (plugins/SKY.so: invalid ELF header)
How do i fix this?
EDIT: Fixed it.


Re: SKY - Slice's fork of kurta999's fork of YSF - Moldova - 14.07.2018

native TextDrawSetStringForPlayer(Text:text, playerid, const string[]); bug


Re: SKY - Slice's fork of kurta999's fork of YSF - Kaperstone - 15.07.2018

Quote:
Originally Posted by Moldova
View Post
native TextDrawSetStringForPlayer(Text:text, playerid, const string[]); bug
Just remove it out.


Re: SKY - Slice's fork of kurta999's fork of YSF - Chyakka - 20.07.2018

Does anybody know any fix regarding compiling issues on a CentOS 7 with the 0.3.dl branch (https://github.com/oscar-broman/SKY/tree/0.3DL)

Code:
lib/raknet/NetworkTypes.h:62:7: error: expected nested-name-specifier before ‘RPCFunction’
 using RPCFunction = void(*)(RPCParameters *p);
       ^
lib/raknet/NetworkTypes.h:62:7: error: ‘RPCFunction’ has not been declared
lib/raknet/NetworkTypes.h:62:19: error: expected ‘;’ before ‘=’ token
 using RPCFunction = void(*)(RPCParameters *p);
                   ^
lib/raknet/NetworkTypes.h:62:19: error: expected unqualified-id before ‘=’ token
In file included from ./src/Hooks.h:6:0,
                 from ./src/Addresses.cpp:3:
./src/Structs.h:260:14: error: expected constructor, destructor, or type conversion before ‘(’ token
 static_assert(sizeof(RemoteSystemStruct) == 3255, "Invalid RemoteSystemStruct size");
              ^
./src/Structs.h:274:14: error: expected constructor, destructor, or type conversion before ‘(’ token
 static_assert(sizeof(_MATRIX4X4) == 64, "Invalid _MATRIX4X4 size");
              ^
./src/Structs.h:283:14: error: expected constructor, destructor, or type conversion before ‘(’ token
 static_assert(sizeof(ConsoleVariable_s) == 16, "Invalid ConsoleVariable_s size");
              ^
./src/Structs.h:291:14: error: expected constructor, destructor, or type conversion before ‘(’ token
 static_assert(sizeof(ConsoleCommand_s) == 263, "Invalid ConsoleCommand_s size");
It was able to compile on another machine but produced errors (don't have access to the machine so can't show errors) which prevented the plugin from actually working.


Re: SKY - Slice's fork of kurta999's fork of YSF - sonn51280 - 05.09.2018

and #include <SKY> ?