Add this to your plugin
PHP Code:
register_clcmd( "say /vipmenu", "show_vip_menu" );
then edit the code below
PHP Code:
public SpawnedEventPreVip(id){
g_speed[id]=false;
skoki[id]=-1;
set_user_rendering(id, kRenderFxGlowShell, 0, 255, 0, kRenderNormal, 25);
show_vip_menu(id); /*DELETE OR COMMENT OUT THIS LINE*/
}
That should be all you need to do.
P.S. Looking at that code hurt my eyes.
__________________