Thread: GlowShells (CS 1.6)
-
16th August 2007 #1
- Join Date
- Jul 2007
- Posts
- 11,608
GlowShells (CS 1.6)
Code:void glowshells() { cl_entity_s *model = oEngfuncs.GetViewModel(); if(model && model->model) { char* mdl = model->model->name; if(strstr(mdl,"v_")) { model->curstate.renderfx = kRenderFxGlowShell; model->curstate.renderamt = 7; model->curstate.rendercolor.r = cvar.glowr; model->curstate.rendercolor.b = cvar.glowb; model->curstate.rendercolor.g = cvar.glowg; } } }
How To Contact Me@[b/]
Private Message me for any important issues or just say Hi :) I'm not a robot.
---- (No Support!) ----
Wanna Hang out ? Add me or Join my communities below:
Add be on Discord : dr0ps25#7946 ;-)
or Join Our Community Server :
dr0ps Project-7 Telegram Community Chat: https://t.me/+pAb_mrtrjXg1ZDlk
---- (24/7 Customer Support) ----
Private Message
Email: " support 'at' Project-7. 'net' "
Create Support Ticket on Discord!
Discord Server:
Would you like to work in the cheating industry ? Project-7 is hiring a varient of new employees. We're currently in requisite of quite a few talents to add into the relaunched company now that we have a more professional and precise structure in place to provide real paid work for anyone willing to help our team grow:[/b]
We're currently looking for multiple types of forum moderators and content creators/posters, we're offering quite a few paid positions for you to just talk about cheats on the community!
-
28th August 2007 #2Eskimo
hmmm.... no #include 's needed?
-
28th August 2007 #3
- Join Date
- Jul 2007
- Posts
- 11,608
just engfuncs
How To Contact Me@[b/]
Private Message me for any important issues or just say Hi :) I'm not a robot.
---- (No Support!) ----
Wanna Hang out ? Add me or Join my communities below:
Add be on Discord : dr0ps25#7946 ;-)
or Join Our Community Server :
dr0ps Project-7 Telegram Community Chat: https://t.me/+pAb_mrtrjXg1ZDlk
---- (24/7 Customer Support) ----
Private Message
Email: " support 'at' Project-7. 'net' "
Create Support Ticket on Discord!
Discord Server:
Would you like to work in the cheating industry ? Project-7 is hiring a varient of new employees. We're currently in requisite of quite a few talents to add into the relaunched company now that we have a more professional and precise structure in place to provide real paid work for anyone willing to help our team grow:[/b]
We're currently looking for multiple types of forum moderators and content creators/posters, we're offering quite a few paid positions for you to just talk about cheats on the community!
-
30th August 2007 #4Eskimo
oki .