07.06.2015, 03:16
You get this warning "warning 217: loose indentation" if you do not indent your code properly
This will give that warning
but this won't
This
can be replaced with
Try updating YSI.I can't find anything wrong in your register code.
This will give that warning
Код:
if(a) { for(new i;i <10;i++) { } }
Код:
if(a) { for(new i;i <10;i++) { } }
Код:
if(!strlen(inputtext))
Код:
if (inputtext[0] == 0 || (inputtext[0] == 1 && inputtext[1] == 0))
Код:
new INI:File = INI_Open(UserPath(playerid)); INI_SetTag(File,"data"); INI_WriteString(File,"Password",hashpass); INI_WriteInt(File,"Cash",0); INI_WriteInt(File,"Admin",0); INI_WriteInt(File,"Kills",0); INI_WriteInt(File,"Deaths",0); INI_WriteInt(File,"Vip",0); INI_Close(File);