[FilterScript] "GameGuard" Anti-Cheat (basic)
#7

Quote:
Originally Posted by ball
View Post
Code:
for(new i; i < _: playerInfo; ++i) pInfo[ playerid ][ playerInfo: i ] = 0;
Loop for reset? Old style of reseting variables. Use this.

Code:
new freeEnum[playerInfo];
pInfo[playerid] = freeEnum;
Simple script, but nice.
Never thought of this
Thanks!
Reply


Messages In This Thread
"GameGuard" Anti-Cheat (basic) - by Kyance - 21.02.2015, 07:01
Re: "GameGuard" Anti-Cheat (basic) - by XStormiest - 21.02.2015, 07:29
Re: "GameGuard" Anti-Cheat (basic) - by arlindi - 21.02.2015, 07:39
Re: "GameGuard" Anti-Cheat (basic) - by Rog - 21.02.2015, 13:27
Re: "GameGuard" Anti-Cheat (basic) - by Kyance - 21.02.2015, 14:51
Re: "GameGuard" Anti-Cheat (basic) - by ball - 21.02.2015, 15:40
Re: "GameGuard" Anti-Cheat (basic) - by Kyance - 21.02.2015, 17:01
Re: "GameGuard" Anti-Cheat (basic) - by Crayder - 22.05.2015, 20:22
Re: "GameGuard" Anti-Cheat (basic) - by PT - 22.05.2015, 21:19
Re: "GameGuard" Anti-Cheat (basic) - by kkeeii - 27.05.2015, 09:41

Forum Jump:


Users browsing this thread: 1 Guest(s)