You are viewing our Forum Archives. To view or take place in current topics click here.
I NEED HELP PLEASE!
Posted:

I NEED HELP PLEASE!Posted:

brandon42012
  • New Member
Status: Offline
Joined: Jan 06, 201312Year Member
Posts: 19
Reputation Power: 0
Status: Offline
Joined: Jan 06, 201312Year Member
Posts: 19
Reputation Power: 0
hello im hosting patches on my jtag online but the mod menus are saying that im unverified but im host and it does this with allot of menue i have this code but idk where to put in the DLL HELP
void clientText()
{
if(Unverified[client] = true;
{
SV(client, 1, "c \"Please Wait To Be Verified\"");
}
else
{
SV(client, 1, "f \"Your Ready To Play my friend\"");
}
}
}
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.