Detaljan opis problema: Izbacuje mi warninge:
map_converter(23) warning 217: loose indentation
map_converter(51) warning 217: loose indentation
Dio skripte: Evo cijela FS:
#define FILTERSCRIPT
#include
#include
public OnFilterScriptInit()
{
print("\n-------------------------------------------------");
print(" MTA:SA map converter for SA:MP 0.3c by leong124");
print("-------------------------------------------------\n");
new File:source = fopen("source.map",io_read);
new File😮utput = fopen("output.txt",io_write);
new string,tmp;
new objid,Float:px,Float:py,Float:pz,Float:rx,Float:ry,Float:rz;
new paintjob,i = 0;
new modelstr,pjstr,npstr,intstr,pxstr,pystr,pzstr,rxstr,rystr,rzstr;
while(fread(source,string,sizeof(string)))
{
sscanf(string,"s ",tmp);
if(!strcmp(tmp,"
