Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [−] GetFullUnitName ( int unit )
- received signal SEGV
- Segmentation fault (core dumped)
- #include <unitsync/unitsync_api.h>
- int main(int argc, char *argv[])
- {
- GetFullUnitName(1); //target call
- return 0;
- }
- [−] GetMapMaxHeight ( char const* mapName )
- received signal SEGV
- Segmentation fault (core dumped)
- #include <unitsync/unitsync_api.h>
- int main(int argc, char *argv[])
- {
- GetMapMaxHeight("mapName"); //target call
- return 0;
- }
- [−] GetMapMinHeight ( char const* mapName )
- received signal SEGV
- Segmentation fault (core dumped)
- #include <unitsync/unitsync_api.h>
- int main(int argc, char *argv[])
- {
- GetMapMinHeight("mapName"); //target call
- return 0;
- }
- [−] GetSpringConfigFile ( )
- received signal SEGV
- Segmentation fault (core dumped)
- #include <unitsync/unitsync_api.h>
- int main(int argc, char *argv[])
- {
- GetSpringConfigFile(); //target call
- return 0;
- }
- [−] GetUnitCount ( )
- received signal SEGV
- Segmentation fault (core dumped)
- #include <unitsync/unitsync_api.h>
- int main(int argc, char *argv[])
- {
- GetUnitCount(); //target call
- return 0;
- }
- [−] GetUnitName ( int unit )
- received signal SEGV
- Segmentation fault (core dumped)
- #include <unitsync/unitsync_api.h>
- int main(int argc, char *argv[])
- {
- GetUnitName(1); //target call
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment