Errors. - 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: Errors. (
/showthread.php?tid=531128)
Errors. -
YanLanger - 11.08.2014
C:\Users\ScoK\Desktop\LSGW\gamemodes\LSGW.pwn(193) : warning 217: loose indentation
C:\Users\ScoK\Desktop\LSGW\gamemodes\LSGW.pwn(286) : warning 217: loose indentation
Код:
AddPlayerClass(105,2524.4402,-1676.4550,19.9302,91.5489,24, 2500, 34, 402, 25, 506); // GroveSpawn
Код:
StopAudioStreamForPlayer(playerid);
Re: Errors. -
Kaperstone - 11.08.2014
The lines must be lined up properly.
when you open with { you should add more tab and when the bracket closes you need to remove tab.