SA-MP Forums Archive
Need Plugin ! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Need Plugin ! (/showthread.php?tid=499279)



Need Plugin ! - BoOob - 07.03.2014

Hi ,

I need sscanf.so and sscanf2.so

i search in the forum but i dont found


Re: Need Plugin ! - driftpower - 07.03.2014

sscanf: https://sampforum.blast.hk/showthread.php?tid=120356


Re: Need Plugin ! - BoOob - 07.03.2014

Thanks ,,
and remain sscanf2.so


Re: Need Plugin ! - driftpower - 07.03.2014

Quote:
Originally Posted by BoOob
Посмотреть сообщение
Thanks ,,
and remain sscanf2.so
isn't it the same file? I never used sscanf2.so, perhaps you mean sscanf2.inc ?


Re: Need Plugin ! - DanRellex - 07.03.2014

Correct me if I'm wrong but you use sscanf.so - It's just the .inc that changes.
https://sampforum.blast.hk/showthread.php?tid=120356



Re: Need Plugin ! - Arnold_Collins - 07.03.2014

sscanf.so and .dll is the plugin there is no sscanf2.so ..
sscanf2 is an include file wich you can download it easly


Re: Need Plugin ! - DanRellex - 07.03.2014



Open this link here (Picture) and copy the context into notepad, save it as sscanf2.inc in your includes folder.
You can add in your gamemode
Код:
#include <sscanf2>
https://sampforum.blast.hk/showthread.php?tid=120356


Re: Need Plugin ! - Arnold_Collins - 07.03.2014

You should add sscanf on gamemode like this

PHP код:
#include <sscanf2> 
not like this

PHP код:
#import <sscanf2>