01.01.2014, 19:20
@Nik01 no, the script is ok.
Loose identation is when the code is not "tabbed" enough for as it to keep "organized". Example:
- OT: Very nice script
Loose identation is when the code is not "tabbed" enough for as it to keep "organized". Example:
pawn Code:
//... Random functions above
if(MyVar[playerid] == 1)
{
print("Your Var is equal to 1!");
return 1;// --- Error line
}
- OT: Very nice script