SA-MP Forums Archive
how can i fix that? - 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: how can i fix that? (/showthread.php?tid=262125)



how can i fix that? - decastro96 - 16.06.2011

C:\Users\extro\Desktop\eeor\pawno\include\YSI\inte rnal\y_version.inc(96) : fatal error 100: cannot read from file: "a_http"


Re: how can i fix that? - Cameltoe - 16.06.2011

Quote:
Originally Posted by decastro96
Посмотреть сообщение
C:\Users\extro\Desktop\eeor\pawno\include\YSI\inte rnal\y_version.inc(96) : fatal error 100: cannot read from file: "a_http"
Download the latest server package from http://sa-mp.com/download.php.


Re: how can i fix that? - decastro96 - 16.06.2011

C:\Users\extro\Desktop\New folder\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition
C:\Users\extro\Desktop\New folder\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition


Re: how can i fix that? - Cameltoe - 16.06.2011

Quote:
Originally Posted by decastro96
Посмотреть сообщение
C:\Users\extro\Desktop\New folder\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition
C:\Users\extro\Desktop\New folder\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition
Example that triggers this warning :
pawn Код:
// native SetPlayerHealth(playerid, Float:Health);

SetPlayerHealth(playerid);
This would cause the number of arguments warning, as the parameter count doesn't match the native function.