0 Members and 1 Guest are viewing this topic.
- procedure SetWaypointStat(ID: byte; X, Y: single);
So, i would like to see a new value for GetPlayerStat, being StateReturns...1 if player is moving2 if player is standing3 if player is crouching and not moving4 if player is crouching AND moving (the 1 of moving added to the 4 of crouching)5 if player is lying around6 if player is lying and moving (again, 1 of moving added to the 5 of prone)
(I'm hoping for the write/read client file's and execstring and setvar)
btw: is there ANYTHING possible about any of my suggestions?(I'm hoping for the write/read client file's and execstring and setvar)
WriteFile/ReadFile on client is possible, but opens a few security/sanity problems. I may consider adding the possibility to write/read to an INI file within the /downloads/ folder in the Soldat client; with size/content limits.