SA-MP Forums Archive
[Include] [INC] TearGas System - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [INC] TearGas System (/showthread.php?tid=132507)

Pages: 1 2


Re: [INC] TearGas System - Carlton - 19.03.2010

Thanks everyone for the comments.


Re: [INC] TearGas System - Joe_ - 19.03.2010

Nice i'm going to take a look.

BTW: EPIC FPS! loool


Re: [INC] TearGas System - Brian_Furios - 19.03.2010

is a FS o INCLUDE


Re: [INC] TearGas System - Carlton - 19.03.2010

Quote:
Originally Posted by Brian_Furios
is a FS o INCLUDE
Quote:

Re: [INC] TearGas System




Re: [INC] TearGas System - matko.basket - 21.03.2010

pls help me i donґt know how i make it


Re: [INC] TearGas System - Carlton - 21.03.2010

Quote:
Originally Posted by matko.basket
pls help me i donґt know how i make it
GivePlayerTearGas.


Re: [INC] TearGas System - matko.basket - 21.03.2010

pls how i instal it ?? i give you code into include a writte it into my mod but i have 5 error

C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "GetPlayerTearGas"
C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "GivePlayerTearGas"
C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "SetPlayerTearGas"
C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "TearGasOnPlayerKeyStateChange"
C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "TearGas_OnPlayerConnect"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Warnings.


Re: [INC] TearGas System - Carlton - 21.03.2010

Quote:
Originally Posted by matko.basket
pls how i instal it ?? i give you code into include a writte it into my mod but i have 5 error

C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "GetPlayerTearGas"
C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "GivePlayerTearGas"
C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "SetPlayerTearGas"
C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "TearGasOnPlayerKeyStateChange"
C:\Users\Matko.Basket\Desktop\NovyZivott.PWN(22928 ) : warning 203: symbol is never used: "TearGas_OnPlayerConnect"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Warnings.
They're not errors. TearGas_OnPlayerConnect(playerid); in OnPlayerConnect. Put TearGasOnPlayerKeyStateChange(playerid,newkeys); in OnPlayerKeyStateChange. Then put SetPlayerTearGas in any spot.


Re: [INC] TearGas System - matko.basket - 21.03.2010

pls writte me how put this SetPlayerTearGas??


Re: [INC] TearGas System - Carlton - 21.03.2010

Read the first post.


Re: [INC] TearGas System - esaone - 11.05.2010

Please write the code in complete readiness, in full, such as FS


Re: [INC] TearGas System - Carlton - 11.05.2010

Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]
#include <TearGas.inc>

No need for the file extension

#include <TearGas>
It doesn't make a difference at all, I don't write includes in .inc files but many like to do so, why does it matter to you anyway, it still does the same thing.