Help plzz! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help plzz! (
/showthread.php?tid=406279)
Help plzz! -
b0b - 09.01.2013
Waning:
PHP код:
(15362) : warning 217: loose indentation
Line
Код HTML:
if(info[i][pMember] == 6 || info[i][pLeader] == 6 || IsGroupMember(i) == 6)
Re: Help plzz! -
Fabio11 - 09.01.2013
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
}
Re: Help plzz! -
b0b - 09.01.2013
no work
Re: Help plzz! -
Fabio11 - 09.01.2013
Show me the full code, the lines before and after.