Raised This Month: $32 Target: $400
 8% 

Solved statics (dumb question)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kww
Senior Member
Join Date: Feb 2021
Location: Russia
Old 09-12-2022 , 09:55   statics (dumb question)
Reply With Quote #1

Hi. If I will create variables like this:
PHP Code:
static eData[eModelTable], szModel[32]; 
then both vars will be static, right?
Sorry for dumb question/
__________________
Now working on: Side Weapons (Very lazy, tbh)
Avatar source: https://bit.ly/3BAk19g
Discord: kww#9951

Last edited by kww; 09-13-2022 at 00:08.
kww is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 09-12-2022 , 20:20   Re: statics (dumb question)
Reply With Quote #2

Yes. Will save the information you set until either a new one be given or you reset it.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 09-12-2022 at 20:21.
EFFx is offline
kww
Senior Member
Join Date: Feb 2021
Location: Russia
Old 09-13-2022 , 00:08   Re: statics (dumb question)
Reply With Quote #3

Quote:
Originally Posted by EFFx View Post
Yes. Will save the information you set until either a new one be given or you reset it.
So I can init all statics in 1 line? Ty
__________________
Now working on: Side Weapons (Very lazy, tbh)
Avatar source: https://bit.ly/3BAk19g
Discord: kww#9951
kww is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 09-13-2022 , 00:31   Re: statics (dumb question)
Reply With Quote #4

Yes.

PHP Code:
static abcd// they all will be static 
PHP Code:
new abcd// static no longer, will start everytime with 0 
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:25.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode