What is a static variable?
#1

Hey there!
I have a question for you guys.

I saw this in a count down tutorial:
Код:
static amount;
It says that it creates a variable in which you can store a value.
Why couldn't I just use:
Код:
new ammount;
?
Reply
#2

You can read about the differences on the SA:MP wiki.

Link: https://sampwiki.blast.hk/wiki/Scripting_Basics#Scope
Reply
#3

A static variable is a type of variable whose lifetime extends across the entire script. It doesn't forget it's old value.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)