30.07.2014, 19:23
After the first "if" make all "if"s a "elseif"
Like
>>>>>EDIT<<<<<<: make ALL of them else if , not just one , except the first one
Like
pawn Код:
if(hey)
{
return 1;
}
else if(hey)
{
// etc //etc..
}
else if(lol)
{
// etc // etc
}