Lose Indentation
#3

i got this warnings
Код HTML:
C:\Users\Gigi\Desktop\Fuliox-Rp\filterscripts\megaphone.pwn(94) : warning 217: loose indentation
C:\Users\Gigi\Desktop\Fuliox-Rp\filterscripts\megaphone.pwn(96) : error 017: undefined symbol "pos"
C:\Users\Gigi\Desktop\Fuliox-Rp\filterscripts\megaphone.pwn(96) : warning 215: expression has no effect
C:\Users\Gigi\Desktop\Fuliox-Rp\filterscripts\megaphone.pwn(96) : error 001: expected token: ";", but found "]"
C:\Users\Gigi\Desktop\Fuliox-Rp\filterscripts\megaphone.pwn(96) : error 029: invalid expression, assumed zero
C:\Users\Gigi\Desktop\Fuliox-Rp\filterscripts\megaphone.pwn(96) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
code
Код HTML:
new Float:x,Float:y,Float:z;
        GetPlayerPos(playerid, x, y, z);
        PlaySoundEx(soundid, pos[0], pos[1], pos[2], 15);
        return 1;
        }
        return 0;
}
Reply


Messages In This Thread
Lose Indentation - by Dezzzy - 15.12.2014, 10:33
Re: Lose Indentation - by Ryz - 15.12.2014, 10:38
Re: Lose Indentation - by Dezzzy - 15.12.2014, 10:42
Re: Lose Indentation - by Ryz - 15.12.2014, 10:52
Re: Lose Indentation - by Dezzzy - 15.12.2014, 10:57
Re: Lose Indentation - by UltraScripter - 15.12.2014, 11:05
Re: Lose Indentation - by Ryz - 15.12.2014, 11:06
Re: Lose Indentation - by Dezzzy - 15.12.2014, 11:09
Re: Lose Indentation - by Threshold - 15.12.2014, 11:17
Re: Lose Indentation - by XaibBaba - 15.12.2014, 11:41

Forum Jump:


Users browsing this thread: 3 Guest(s)