SA-MP Forums Archive
Problem include - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Problem include (/showthread.php?tid=340784)



Problem include - mussil - 08.05.2012

Hi all,

Today I have a problem with compiling my script.
It's an old GM and has a include that I can not find: <stfunctions>

It is used to compile because if I did not delete it, I have this:

Код:
C: \ Users \ USER \ Desktop \ Server \ gamemodes \ RPGv4.4.5.pwn (5): fatal error 100: can not read from file: "stfunctions"

Compilation aborted.Pawn compile 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
And when I delete the include I:


Код:
C:\Users\USER\Desktop\Serveur\pawno\include\dutils.inc(318) : warning 219: local variable "dest" shadows a variable at a preceding level
C:\Users\USER\Desktop\Serveur\pawno\include\dutils.inc(354) : warning 219: local variable "dest" shadows a variable at a preceding level
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(3093) : error 017: undefined symbol "ST_OnPlayerConnect"
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(11494) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(11498) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(16112) : error 017: undefined symbol "IsPlayerMakingStripTease"
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(16113) : error 017: undefined symbol "ApplyPlayerStripTease"
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(16268) : error 017: undefined symbol "IsPlayerMakingStripTease"
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(16269) : error 017: undefined symbol "ClearPlayerStripTease"
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(24397) : warning 219: local variable "mod" shadows a variable at a preceding level
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(29607) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(29609) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(29624) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(29626) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(33411) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(33418) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(33420) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(35185) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(50818) : warning 209: function "TeamkillProtection" should return a value
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(50860) : warning 209: function "HelikillProtection" should return a value
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(50904) : warning 209: function "DrivebyProtection" should return a value
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(51333) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(51606) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(51654) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(51809) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(51839) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(52356) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(53407) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(53713) : warning 219: local variable "div" shadows a variable at a preceding level
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(54705) : error 017: undefined symbol "ST_OnPlayerKeyStateChange"
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(57259) : error 021: symbol already defined: "strtok"
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(57273) : error 047: array sizes do not match, or destination array is too small
C:\Users\USER\Desktop\Serveur\gamemodes\RPGv4.4.5.pwn(57722) : error 017: undefined symbol "pPhouse"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Thank you in advance for the answers.



P.S: Sorry for my English.