UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - coolrooman

I cannot seem to find the option in APE to get a bullet to show up when I shoot, therefore all my bullets when I shoot are invisible, does anyone know how to add a bullet fx?
7 years ago
Code Snippet
Plaintext
void <entity> SetHintString(<hint string>)

    [MANDATORY] <hint string> The hint string that will be displayed to the player

    CATEGORY:
    SERVER/CLIENT: Server
    SUMMARY: Set the hint string for the entity
    EXAMPLE: t_door SetHintString( Press and Hold ^3[{+activate}]^7 to transmit unlock code )

put "" around the things in the brackets so it looks like:

Code Snippet
Plaintext
void <entity> SetHintString(<hint string>)

    [MANDATORY] <hint string> The hint string that will be displayed to the player

    CATEGORY:
    SERVER/CLIENT: Server
    SUMMARY: Set the hint string for the entity
    EXAMPLE: t_door SetHintString( "Press and Hold ^3[{+activate}]^7 to transmit unlock code" )
7 years ago
I have enabled FX > FX Rendering however the FX are not playing, If I enable wiremode the wires for the FX play but there are no images, I have no Idea what to do
7 years ago
Loading ...