SA-MP Forums Archive
New 0.3c functions - 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: New 0.3c functions (/showthread.php?tid=242264)



New 0.3c functions - Tommy_Mandaz - 19.03.2011

Hey,

What do I #include on the top of my script to load all the new samp 0.3c functions from the include file?


Re: New 0.3c functions - JaTochNietDan - 19.03.2011

The a_samp file is the only one you have to include for all of the new functions. You need to download the latest server package with the latest includes to get the new functions.


Re: New 0.3c functions - Darklom - 19.03.2011

Quote:
Originally Posted by Tommy_Mandaz
Посмотреть сообщение
Hey,

What do I #include on the top of my script to load all the new samp 0.3c functions from the include file?
http://team.sa-mp.com/files/samp03csvr_win32.zip

Just get that and copy over the includes into it.
and yeah a_samp


Re: New 0.3c functions - Tommy_Mandaz - 19.03.2011

I have it included but for some reason I cant use any of the new 0.3c functions without getting undefined function errors...


Re: New 0.3c functions - JaTochNietDan - 19.03.2011

Are you using the latest SA-MP includes in your working Pawno directory?


Re: New 0.3c functions - Tommy_Mandaz - 19.03.2011

Yes I downloaded it yesterday and replaced all the old ones with the new, same thing... :/ Like when I use this:

Код:
SetPlayerHoldingObject()
I get the undefined symbol stuff... :/