wcs_color <r> <g> <b> <alpha> <weapon invis 0/1>
just use wcs_color addon by MiBCode: [Select]wcs_color <r> <g> <b> <alpha> <weapon invis 0/1>
As Kami said, the syntax is wcs_color <r> <g> <b> <alpha> <weapon invis 0/1>. There you see alpha is 0 on your skill es wcs_color event_var(userid) 255 255 255 0 1. And means how transparent you are, so just increase it's value and you become visible. The alpha goes from 0 to 255, but if you want to set it like 90% you can use MiB's Wcs tools to convert those values: http://warcraft-source.com/wcstools/For example, for 90% invis, use invis to alpha converter and set the Percent section to the percent of how invisible you want to be: for example 90. Then in upper box you see what's the same value in alpha, and 90% invis seems to be 26 alpha.And on your skill it would look like this es wcs_color event_var(userid) 255 255 255 26 1. Now you and your weapon (if skillcfg is like player_spawn) should be 90% invisible.Nice thx Kamiqawa edit: Also make sure that you set the invisible AFTER you give any weapons. For example you could add es_delayed 1 to the front of es wcs_color command so it will be set after 1 second from spawning (if player_spawn skill/spawncfg).