01.04.2013, 18:58
Hello again,i updated my old save pos system wich was with dini , slow and that could save only pos
Description: The system was make with the Y_INI, it have an AUTO_SAVE define and with this you can choose to save manual or just auto-save, command for save manual : /savemypos
You need :
sscanf2 [you can delete
zcmd
y_ini
Instruction:
1. Download all the need things from above.
2. Download SavePosition.amx put it in filterscript folder, open it and compilte
3. Go to scriptfile make a folder called "Coordonate"
4. Go to server.cfg, and add to filterscript SavePosition
Good now , you are done. open your server and have fun
Changelog:
0.1:
- dini
- save only position x,y,z
0.5:
- Y_INI (more faster)
-save x,y,z,angle, interior and virtualworld
2 methods for saving your position, manual or automatic
1. Automatic save the position of the player
2. Manual save with /savemypos
Photo: I have no reason for making photo cause is just an update to my last save position system
Download:
Click here.
Description: The system was make with the Y_INI, it have an AUTO_SAVE define and with this you can choose to save manual or just auto-save, command for save manual : /savemypos
You need :
sscanf2 [you can delete
Код:
#include <sscanf2>
y_ini
Instruction:
1. Download all the need things from above.
2. Download SavePosition.amx put it in filterscript folder, open it and compilte
3. Go to scriptfile make a folder called "Coordonate"
4. Go to server.cfg, and add to filterscript SavePosition
Good now , you are done. open your server and have fun
Changelog:
0.1:
- dini
- save only position x,y,z
0.5:
- Y_INI (more faster)
-save x,y,z,angle, interior and virtualworld
2 methods for saving your position, manual or automatic
Код:
#define AUTO_SAVE true
Код:
#define AUTO_SAVE false
Photo: I have no reason for making photo cause is just an update to my last save position system
Download:
Click here.