GTAOnline.net
San Andreas Multiplayer (sa:mp) => Scripting SA-MP [Pawn center] => Discussion démarrée par: Leonidas300 le 09 Janvier 2011, 12:45:14
-
Salut, je voudrais savoir si vous avez pas un moyen de trouvé l'accolade manquante dans 49.500 lignes de code de Roleplay, car la j'suis vraiment désespéré... :(.... :blink... :'(
../include/seif_cursor.inc(155) : error 004: function "OnPlayerClickCursor" is not implemented
../include/seif_walk.inc(39) : error 004: function "Walk_OnPlayerKeyStateChange" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3066) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3095) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3131) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3132) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3159) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3541) : error 004: function "IsADrivingTest" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3676) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3687) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3699) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3711) : error 004: function "split" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3735) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3739) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3751) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3755) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3759) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3763) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3767) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3771) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3775) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3779) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3783) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3795) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3799) : error 004: function "PlayerToPoint" is not implemented
C:\DOCUME~1\DOUWIE~1\Bureau\_FR_LO~1\GAMEMO~1\LSGV3B~2.PWN(3803) : error 004: function "PlayerToPoint" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
-
Si c'est toi qui a provoqué l'erreur, tu dois savoir où !
D'où l'utilité de compiler regulierement lors du codage.
Spiirou
++
-
Moi ce que je fais ( Sa marche pas toujours ) mais je regarde au allentour des premieres lignes touché dans ton cas lignes environ 3000 ou 150 , 30 .
-
Regler mais non, enfaite il suffit que je rajoute une accolade à la fin de n'importe quelle commande, en gros
return 1;
}
}
sur une commande, et sa me le fait plus, mais IG à chaque fois que je fait une CMD sa me dit qu'elle est mauvaise, sa vien du Else return 0; de la Callback Public OnPlayerCommandtext, donc si je comprend bien il y a une commande ou il manque une } ?
-
meme pas forcement sa peu etre largement avant
-
Mais quand on s'y connait en script on a pas ce genre de problème !!
Tu t'y connais non?
-
... si tu mes une accolade a la fin du OnPlayerCommandetext , sa decale tout , sa ve dire que la commande /aide et dans /stats et dans /entrer et dans /sortir .. ( Sa depends les commande ) donc aucune commmande marche , cherche juste d'ou vien le manque , 1 par 1 c'est le meilleurs moyen .
-
Regarde les dernière commande que tu a touché il doit en Avoir 1 Que tu as pas Fermer
-
Mais c'est reglé son problème !