Post: [Address] 3rd Person for Client, i need it.
05-20-2015, 07:10 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I want to know the 3rd Person of Address for the client, but it was not found even looking on the net.
I want you to tell me some people that you know somebody.
(adsbygoogle = window.adsbygoogle || []).push({});
05-22-2015, 09:14 PM #2
Instructions:
Change it to 01 to enable... Then Press Ctrl+F And Type In Your Name.

Offset:
0x18CCE38

Address:
0110D60C

~SwarMzY @NGU~
05-23-2015, 03:06 AM #3
Thnaks!
i'll be use this Address Smile
05-23-2015, 06:31 AM #4
sorry, cannot enabled 3rd Person.

void TrdPerson(int client)
{
if (!Vars::Client[client].TrdPerson)
{
*(char*)(0x110D60C + (0x3980 * client)) = 0x01;
iPrintln(client, "^53rd Person ^7: [^2Enabled^7]");
Vars::Client[client].TrdPerson = true;
}
else if (Vars::Client[client].TrdPerson)
{
*(char*)(0x110D60C + (0x3980 * client)) = 0x00;
iPrintln(client, "^53rd Person ^7: [^1Disabled^7]");
Vars::Client[client].TrdPerson = false;
}
}
06-11-2015, 12:30 PM #5
I dont know if you found it yet but here you go.

    void SetThirdPerson(int client, int Change)
{
char buf[100];
Com_sprintf(buf, 100, "q cg_thirdperson %i", Change);
SV_GSSC(client, buf);
}

bool ThirdPer[18];
void ThirdPerson(int client)
{
ThirdPer[client] = !ThirdPer[client];
if(ThirdPer[client]) SetThirdPerson(client, 1);
else SetThirdPerson(client, 0);
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo