Quote:
Originally Posted by T0pAz
What is it's memory allocation? For example if I do
pawn Код:
//At Top new A;
//At OnGameModeInit CB A = 2;
//At OnPlayerSpawn CB print(A); // Is the variable's A value still 2?
Edit: When will the memory get destroyed?
|
I don't know for sure, but I'd imagine when the program exits.