The Dark Side
Former Staff Member
- Messages
- 1,004
- Reaction score
- 770
- Points
- 993
Is there a console check for gsc? I made a code and it kinda needs one. Thank you <3
Thank you i will try this.I'm not 100% sure but these should are the variables for the console check, I created a small function:
Code:isConsole() { if(level.xenon || level.ps3) return true; return false; }
Thank you i will try this.
It works. You should put this in your managed code list!
I will do thisIt works. You should put this in your managed code list!