12.04.2011, 18:45
Well lets say THERE CANNOT BE COMPETITION between variables and functions to SET variables..
ofcourse just using variables without PVars is more than 2 times faster. But which geek is ggoing to set milion variables in one function/public?
IT IS YOUR TASTE OF WHAT YOU PREFER!
I personally prefer using normal variables and something like this code below. amx size etc don't matter for me:
ofcourse just using variables without PVars is more than 2 times faster. But which geek is ggoing to set milion variables in one function/public?
IT IS YOUR TASTE OF WHAT YOU PREFER!
I personally prefer using normal variables and something like this code below. amx size etc don't matter for me:
pawn Code:
#define MAX_VARIABLES 50
new globalinterger[MAX_PLAYERS][MAX_VARIABLES];
#define GlobalInt(%1,%2,%3) globalinterger[%1][%2]=%3