default variable value
#1

Hi guys, if I create new integer type variable and dont give him any value. Him value is 0?
Reply
#2

You can test it like this:
pawn Код:
public OnGameModeInit()
{
    new var;
    print("%d",var);
    return 1;
}
And you will see what is it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)