Salut à tous,
Aujourd'hui, j'ai un problème avec la compilation de mon script.
C'est un vieux GM et a une comprennent que je ne trouve pas: <stfunctions>
Il est utilisé pour compiler parce que si je ne l'ai pas supprimer, j'ai ceci:
Code:
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 (c) 1997-2006, ITB CompuPhase
1 Error.
Et quand je le supprime j'ai :
Code:
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 (c) 1997-2006, ITB CompuPhase
26 Errors.
Je vous remercie à l'avance pour les réponses.