Help plzz!
#1

Waning:
PHP код:
(15362) : warning 217loose indentation 
Line
Код HTML:
if(info[i][pMember] == 6 || info[i][pLeader] == 6 || IsGroupMember(i) == 6)
Reply
#2

You must use TAB when you write your code, like this

pawn Код:
public OnGameModeInit()
{
    if(...)
    {
        // Code
        AnyFunction();
        return 1;
    }
    return 1;       // If it's at the same level it must be aligned
}
Reply
#3

no work
Reply
#4

Show me the full code, the lines before and after.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)