SA-MP Forums Archive
Help with warnings :D:D::D: - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with warnings :D:D::D: (/showthread.php?tid=259145)



Help with warnings :D:D::D: - boyan96 - 03.06.2011

i have 3 warnings

(3280) : warning 217: loose indentation ==>>> return 1;
(10544) : warning 202: number of arguments does not match definition ==>>> ==>>MoveObject(grove,2460.19,-1658.70,15,0,0.0,90.000, 3.00);

(10545) : warning 217: loose indentation ==>> return 1;


they was 15 D: ,but i was fix 12


Re: Help with warnings :D:D::D: - boyan96 - 03.06.2011

and one more question: How many filterscripts i can load


Re: Help with warnings :D:D::D: - Swiftz - 03.06.2011

Am i a pyshic?


Re: Help with warnings :D:D::D: - Ouch_Charlie - 03.06.2011

To fix loose identations add
pawn Код:
#pragma tabsize 0
above your script
and move object should be x.x,y.y,z.z not just x.x,y.y and you can load maximum 16 filterscripts.


Re: Help with warnings :D:D::D: - Trotty729 - 03.06.2011

Quote:
Originally Posted by Ouch_Charlie
Посмотреть сообщение
To fix loose identations add
pawn Код:
#pragma tabsize 0
above your script
and move object should be x.x,y.y,z.z not just x.x,y.y and you can load maximum 16 filterscripts.
NOOBISH NOOBISH


Re: Help with warnings :D:D::D: - Ouch_Charlie - 03.06.2011

Quote:
Originally Posted by Trotty729
Посмотреть сообщение
NOOBISH NOOBISH
Really? I mean are you sure?


Re: Help with warnings :D:D::D: - sleepysnowflake - 03.06.2011

Quote:
Originally Posted by Trotty729
Посмотреть сообщение
NOOBISH NOOBISH
LoL. Funny.


Re: Help with warnings :D:D::D: - Stigg - 03.06.2011

Quote:
Originally Posted by Ouch_Charlie
Посмотреть сообщение
To fix loose identations add
pawn Код:
#pragma tabsize 0
above your script
This is bad practice, do not use. There is no point in hiding warnings, just fix them.

https://sampwiki.blast.hk/wiki/Errors_List


Re: Help with warnings :D:D::D: - Ouch_Charlie - 03.06.2011

Quote:
Originally Posted by Stigg
Посмотреть сообщение
This is bad practice, do not use. There is no point in hiding warnings, just fix them.

https://sampwiki.blast.hk/wiki/Errors_List
Well if he can't he can use that way


Re: Help with warnings :D:D::D: - boyan96 - 03.06.2011

what do you need to fix the warnings