SA-MP Forums Archive
question about fs and gm - 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)
+--- Thread: question about fs and gm (/showthread.php?tid=415036)



question about fs and gm - mineralo - 11.02.2013

well, anyone knows how to sharing info from fs into gm and from gm into fs?
like in fs exist some var like
pawn Код:
new PlayerInfo[MAX_PLAYER][pInfo];
and I need to get info from fs into gm, and gm into fs.
Also between fs.
any ideas?


Re: question about fs and gm - DiGiTaL_AnGeL - 11.02.2013

You can't. Just include the FS into your gm.


Re: question about fs and gm - mineralo - 11.02.2013

mmm... any one else?