SA-MP Forums Archive
Problematic Lines - 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: Problematic Lines (/showthread.php?tid=365405)



Problematic Lines - Strech - 02.08.2012

pawn Код:
:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(756) : error 001: expected token: ";", but found "forward"
D:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(3028) : error 025: function heading differs from prototype
D:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(3029) : error 025: function heading differs from prototype
D:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(3036) : error 012: invalid function call, not a valid address
D:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(3036) : warning 215: expression has no effect
D:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(3036) : warning 215: expression has no effect
D:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(3036) : warning 215: expression has no effect
D:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(3036) : error 001: expected token: ";", but found ")"
D:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(3036) : error 029: invalid expression, assumed zero
D:\Downloads\NGRP_0.3e\NGRP 0.3e\gamemodes\NGRP_dfu.pwn(3036) : fatal error 107: too many error messages on one line
Any ideas?


Re: Problematic Lines - sleepysnowflake - 02.08.2012

Missed a ';'.


Re: Problematic Lines - Strech - 02.08.2012

pawn Код:
cache_get_data(rows, fields, MainPipeline);
3036 line.


Re: Problematic Lines - Strech - 02.08.2012

bump..


Re: Problematic Lines - sleepysnowflake - 02.08.2012

Line 755.