Premium C++ coding problem
Hi all need to know this :
Premium Go :
1. Ingame
2. Outgame
3. Other
At the end of my code
Example for ingame :
Code:
if(*ingame) //check if we are ingame.. prevent crashs
{
NFD(); //add your hacks here like this 'hackname'();
Jump();
Fastall();
speed(); // player hacks go here
speedoff();
AntiKick();
Premium need to go where ?
PS : I found this 2 times but I always got the error of ''megame''
Code:
if(*megame)
{
PREMIUM();
}
But Give me an Error
thx
Problem Solve Can be Close