SA-MP Forums Archive
[FilterScript] PositionSaver - Save your positions easily [Multi-Lang support] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] PositionSaver - Save your positions easily [Multi-Lang support] (/showthread.php?tid=575666)



PositionSaver - Save your positions easily [Multi-Lang support] - xXmAn40100Xx - 29.05.2015

Hi everyone, this is my first release of a Filterscript on the SA-MP forums English community, so I hope you can try this out and deliver me some feedback of how can I improve the code or many other things because I like this very much.

Features

It helps the developers with the position saving and making it easier for noobies like me on scripting.
Multi Language support (For now, there is only support for English and Spanish), this can be changed in the source code and compiling it again. By turning
pawn Code:
new Lang = 0;//Spanish
To

pawn Code:
new Lang = 1;//English
Or it can be turned on the Console, by writing the words "english" or "spanish", also can be changed via in-game by typing the command: "/lang [Language ID]". Look below for the languages ID.

it creates a .pwn file on the scriptfiles folder of your server, you can change the names of the files from the source code by changing the string of "ENGFILE".


Commands


Going back with the theme, this Filterscript has the next commands Includes needed Update changelog

Code:
- 1.0.1

   * Changed the variables of saving temporarely positions from normal vars to per-player vars.

- 1.0 

   + Release version

Download link + Source code


The link has been uploaded to mine Dropbox, because I find it very useful and it's a rar that includes the Filterscript and the source code.

Download here, no AdFly or any other ad thingy has been used to upload this and this isn't for personal gains, is to make the community better :)