Looking for a include file? - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Looking for a include file? (
/showthread.php?tid=185428)
Looking for a include file? -
DarrenReeder - 24.10.2010
Hello,
I few days ago i saw a include file (at least i think it was a include, pretty sure it was..) but it basicly had functions like
IsPlayerInPlane
IsPlayerInSportsCar
and stuff functions like that... Cant remember where i found it or who released it... but ive been searching on forum for about 20 minutes and cant find it. anyone know where i can find it?
Re: Looking for a include file? -
Scripter123 - 24.10.2010
You can search in FS/INC section.... Search a bit... cmon
Re: Looking for a include file? -
DarrenReeder - 24.10.2010
Ive been searching for like 20 mins, i cant find it anyway
Re: Looking for a include file? -
Calgon - 24.10.2010
https://sampforum.blast.hk/showthread.php?tid=139582
I can't find an include for it, but I did find a plugin that Carlton made a while ago.
Re: Looking for a include file? -
DarrenReeder - 24.10.2010
Quote:
Originally Posted by Calgon
|
i might go with that... ive found this:
http://forum.sa-mp.com/showthread.ph...splayerinplane
But it says its untested :S i dont really want to go with something that mostly untested..
Re: Looking for a include file? -
Calgon - 24.10.2010
You could take apart the plugin, use the data, and create your own functions within PAWN. Seeing as enums are configured in Carlton's plugin (if I recall correctly), so you could just grab the data and change some of the code.
Re: Looking for a include file? -
DarrenReeder - 24.10.2010
Quote:
Originally Posted by Calgon
You could take apart the plugin, use the data, and create your own functions within PAWN. Seeing as enums are configured in Carlton's plugin (if I recall correctly), so you could just grab the data and change some of the code.
|
Yeah, Ill just give that a go...
Are plugins made with C++ aswell as C? (i only have Dev C++ and Ive only used C++)
Re: Looking for a include file? -
Calgon - 24.10.2010
Quote:
Originally Posted by DarrenReeder
Yeah, Ill just give that a go...
Are plugins made with C++ aswell as C? (i only have Dev C++ and Ive only used C++)
|
You only really need to be able to read the files to port the code over (and change it) into PAWN, but plugins are written in C++ as the
only SDK is written in C++.
Re: Looking for a include file? -
DarrenReeder - 24.10.2010
Ah, so If i was good at C++, i could make plugins with it?
Do i need to get the SDK to write pawn plugins?>
Re: Looking for a include file? -
Grim_ - 24.10.2010
Yes, you can find it with all the other plugins, included in the downloads.
This forum requires that you wait 120 seconds between posts. Please try again in 62 seconds.