Sorry I'm new But I want to know the Answer
#1

I'm very New for Script and I'm Learning throught SAMP wiki and I want to know what is?

Quote:

#include

and what is?
Quote:

#include <a_samp>

Reply
#2

It addes a library to your compiler/gamemode so you can use certain functions,basically <a_samp> include/library provides you with all basic functions,like SetPlayerHealth,SetVehicleHealth,etc.
Reply
#3

#include as name define is include a files into your script from /pawno/include :

and a_samp is a include file with all samp functions like : SetPlayerSkin(); etc :

pawn Код:
#include <a_samp>
//now you have all included a_samp

//same

#include <a_file>//this can be any file you want to include(add) into your script from /pawno/include
Reply
#4

Thank you guys Very much I +1 Rep for you both!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)