ERROR! - 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: ERROR! (
/showthread.php?tid=605026)
ERROR! -
LifeRah - 13.04.2016
Guys, how to fix this problem?
PHP код:
D:\Script\gamemode\include\a_samp.inc(17) : fatal error 100: cannot read from file: "core"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Re: ERROR! -
Godey - 13.04.2016
Measures:
[1] Check if HAVE the include.
[2] Check if you have saved it to .inc ( if you have saved it to .txt it won't work )
EDIT: Core.inc link ( my file ):
https://www.mediafire.com/?2k3x0aaxag9fd1j
Copy the file and paste it in pawno/includes folder
Re: ERROR! -
AbyssMorgan - 13.04.2016
https://github.com/AbyssMorgan/SA-MP...r/samp/include
Re: ERROR! -
LifeRah - 13.04.2016
Guys, i am getting this error in My UCP:-
PHP код:
PHP Error Message
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a8580654/public_html/ucp/index.php on line 60
PHP код:
((LINE 60 Code:-)) if(mysql_num_rows($result) > 0)
Second error:-
PHP код:
PHP Error Message
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a8580654/public_html/ucp/ucp.php on line 31
PHP код:
((LINE 31 Code:-)) if(mysql_num_rows($result) > 29)
Third Error:-
PHP код:
PHP Error Message
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a8580654/public_html/ucp/ucp.php on line 44
PHP код:
((LINE 44 Code:-)) $wa = mysql_num_rows($result);
Kindly someone tell me how to fix these!