View Single Post
JocAnis
Veteran Member
Join Date: Jun 2010
Old 04-15-2023 , 12:02   Re: Camera Transparency help
Reply With Quote #6

in:

Code:
public client_authorized(id, const szAuthID[])

change this line:
g_bIsPlayerNoTransparent[id] = bool:Data[0];

to:
g_bIsPlayerNoTransparent[id] = false;
if it doesnt work then put:
g_bIsPlayerNoTransparent[id] = true;
cuz we dont didnt code it so we dont know the logic of it
__________________
KZ Public Autocup - PrimeKZ

My blog: http://primekz.xyz (in progress...) - not active (dec 2022)

Last edited by JocAnis; 04-15-2023 at 12:02.
JocAnis is offline