21.01.2012, 10:44
Loose indetitaion is not an error, is messy script. Example:
But that warn dont affect the script in anything
pawn Код:
if (strcmp("/etnobotanice", cmdtext, true, 10) == 0) {
SetPlayerCheckpoint(playerid, 2459.4539,-1690.9188,13.5453, 3.0);
SendClientMessage(playerid, COLOR_BLUELIGHTER, "Example");//IN THIS LINE DO YOU GET A WARN WITH LOOSE INDETITAION
return 1;
}