SA-MP Forums Archive
Filescripts don't work :(. - 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: Filescripts don't work :(. (/showthread.php?tid=560147)



Filescripts don't work :(. - gamersx - 27.01.2015

Hi, i want to put two filescripts from pastebin to a pawno , i install all the includes requested from the two filtrescripts and errors.. i need help please.

Filescript 1 :

http://pastebin.com/1WkJkL3a#

Filescript 2 :

http://pastebin.com/uU6135G4#www

Thanks guys.


Re: Filescripts don't work :(. - XXCrazyMan707XX - 27.01.2015

Could you paste the errors?


Re: Filescripts don't work :(. - gamersx - 27.01.2015

Okey, this are the errors in the first filescript:

C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(83) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(91) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(114) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(130) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(131) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(132) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(133) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(150) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(151) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(152) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(171) : error 017: undefined symbol "SendEmote"
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(181) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(186) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(187) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(193) : error 017: undefined symbol "Position"
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(193) : warning 215: expression has no effect
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(193) : error 001: expected token: ";", but found "]"
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(193) : error 029: invalid expression, assumed zero

And in the second filescript:

C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(123) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(126) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(131) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(133) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(134) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(136) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(140) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(159) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(222) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(253) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(265) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(283) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(285) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(322) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(351) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(366) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(383) : warning 217: loose indentation
C:\Actividad-RP V.2.1\filterscripts\Untitled.pwn(384) : warning 217: loose indentation

thanks.


Re: Filescripts don't work :(. - INKISICION - 27.01.2015

usage #pragma tabsize 0


Re: Filescripts don't work :(. - gamersx - 27.01.2015

where i put that ?


Re: Filescripts don't work :(. - GGW - 27.01.2015

Quote:
Originally Posted by gamersx
Посмотреть сообщение
where i put that ?
put it on the Top in Your Codes page


Re: Filescripts don't work :(. - gamersx - 27.01.2015

I think the filescript when i put that in the top , is bug now


Re: Filescripts don't work :(. - TakeiT - 27.01.2015

Quote:
Originally Posted by INKISICION
Посмотреть сообщение
usage #pragma tabsize 0
Quote:
Originally Posted by Forum Rules
Banned Code - There is a certain "#pragma" that can be used to hide significant warnings and produce unreadable code - DO NOT advocate its use if you know what it is; it is TERRIBLE practice and we want to get rid of it.
Do some research on "Scripting Indentations". The warning however, won't stop your code from working.