So, basically when a race tries to get the enemy weapon info, it returns an error in the console
code: es wcsx get weapon wcs_wpn server_var(wcs_player)
I was looking on the weapon lib and i saw that i need to pass an attribute like "weapon name" or "weapon maxammo" and i couldnt make it work, what can i do?
code: es wcsx get weapon,name wcs_wpn server_var(wcs_player)
Thanks for reporting! The first exception is fixed in the latest version of WCS. The other exception, however, you need to wait for Ayuto to accept a PR for the EventScripts Emulator for it to be fixed.
So, basically when a race tries to get the enemy weapon info, it returns an error in the console code: es wcsx get weapon wcs_wpn server_var(wcs_player) I was looking on the weapon lib and i saw that i need to pass an attribute like "weapon name" or "weapon maxammo" and i couldnt make it work, what can i do? code: es wcsx get weapon,name wcs_wpn server_var(wcs_player)