05.04.2010, 15:27
(
Last edited by Carlton; 04/08/2010 at 02:34 AM.
)
Functions
By Carlton
InformationBy Carlton
I decided to go into Microsoft Visual c++, and thought about practicing c++. I'm not the best at c++. I'm purely a beginner at it, so I decided to start small and easy. I've made functions in c++. I've also used some of my PAWN functions i've posted before and converted them into c++.
Functions
There are about 36 functions you can use.
Code:
native IsACopSkin(_id); native IsGangSkin(_id); native IsBlackSkin(_id); native IsAGirlFriendSkin(_id); native IsAAztecaSkin(_id); native IsAVagosSkin(_id); native IsAGroveSkin(_id); native IsABallasSkin(_id); native IsAMeleeWeapon(_id); native IsAExplosive(_id); native IsAShotgun(_id); native IsASMG(_id); native IsARifle(_id); native IsADisabledWeapon(_id); native IsANangBoySkin(_id); native IsABikerSkin(_id); native IsAMafiaSkin(_id); native IsAAgentSkin(_id); native IsAMedicSkin(_id); native IsAFiremanSkin(_id); native IsAWhoreSkin(_id); native IsABeachSkin(_id); native IsARifaSkin(_id); native IsAAirplane(_id); native IsAHelicopter(_id); native IsAAirVehicle(_id); native IsABike(_id); native IsABicycle(_id); native IsAMotorBike(_id); native IsABoat(_id); native IsATrailer(_id); native IsARCVehicle(_id); native IsAValidVCom(_id); native IsAValidWeapon(_id); native IsAValidSkin(_id); native IsAValidVehicleID(_id);
- Killerkid - Linux compiling.
Installation
- Insert FunctionAddon into the plugins folder.
- Add #include <Function_Addon.inc> into your script at the very top.
Download
Functions + Source Code.