Error with includes

downloadstuff

Active member
Joined
Apr 4, 2015
Messages
82
Reaction score
0
Hello i finally dcided to try to learn CLEO..im learning by editing scripts.. im currently editing a script that when i try to compile i get an error that "Its not possible to load SF" .. it has in the beginning

{$CLEO .cs}
{$INCLUDE SF}

The problem resides on INCLUDE SF.. what should i do to fix it? Do i need to install any library? if so.. where do i get it?


Edit: i managed to install the SF library now the error is diffrent.

this code uses samp.Available() but when i compile it says that it cannot find samp.Available() directory


p.s: i did not touch the code.. right now im just trying to compile a working code.
 
Top