04.07.2012, 07:54
Hello guys , i am helping a friend of mine with scripting and stuff
But the old scripter made it the script messy and unoptimized
Example:
As seen up there its all if statements into each other
The question is , how can i optimize this code?
or it will just work fine this way?
But the old scripter made it the script messy and unoptimized
Example:
pawn Код:
if()
{
if()
{
if()
{
}
}
}
The question is , how can i optimize this code?
or it will just work fine this way?