- Joined
- Jun 7, 2024
- Messages
- 1,115
- Solutions
- 29
- Reaction score
- 1,208
- Points
- 113
For more information please see this thread as the same applies:
Thanks.
Snippet Thread 'How to add Snippets!'
We use a hide hack to help encourage activity within the community.
Some people may not know how to use the code or hide hack correctly, below is an example as to how!
First lets get our code ready in this cast we will use this
if (pUser->IsGoated())
retun;
Now its now formatted correctly so how do we do this?
It will dispense this code:
Now to hide it is very simple, do the follow:
The end result should look like this, then simple post...
Some people may not know how to use the code or hide hack correctly, below is an example as to how!
First lets get our code ready in this cast we will use this
if (pUser->IsGoated())
retun;
Now its now formatted correctly so how do we do this?
It will dispense this code:
Now to hide it is very simple, do the follow:
The end result should look like this, then simple post...
Thanks.