07.01.2018, 15:50
You changed "IsUsingProxy" array to char-array, you need to switch [] for brackets {}, example:
IsUsingProxy{playerid} = true/false;
Read about char array, by Slice: https://sampforum.blast.hk/showthread.php?tid=216730
IsUsingProxy{playerid} = true/false;
Read about char array, by Slice: https://sampforum.blast.hk/showthread.php?tid=216730