GTAOnline.net

San Andreas Multiplayer (sa:mp) => Scripting SA-MP [Pawn center] => Discussion démarrée par: sckouizi le 03 Avril 2008, 19:08:35

Titre: Problème avec pawno
Posté par: sckouizi le 03 Avril 2008, 19:08:35
Bonjour à tous, voilà mon problème, quand je compile mon fichier GM avec pawno, dans le petit cadre qui s'affiche j'ai ça :

H:\Documents and Settings\robin\Bureau\samp\gamemodes\sckouizi.pwn(9205) : warning 217: loose indentation
H:\Documents and Settings\robin\Bureau\samp\gamemodes\sckouizi.pwn(14528) : warning 217: loose indentation
H:\Documents and Settings\robin\Bureau\samp\gamemodes\sckouizi.pwn(21292) : warning 217: loose indentation
H:\Documents and Settings\robin\Bureau\samp\gamemodes\sckouizi.pwn(23347) : error 001: expected token: ";", but found "-identifier-"
H:\Documents and Settings\robin\Bureau\samp\gamemodes\sckouizi.pwn(23348) : error 001: expected token: ";", but found "-identifier-"
H:\Documents and Settings\robin\Bureau\samp\gamemodes\sckouizi.pwn(23349) : error 001: expected token: ";", but found "-identifier-"
H:\Documents and Settings\robin\Bureau\samp\gamemodes\sckouizi.pwn(23350) : error 001: expected token: ";", but found "-identifier-"
H:\Documents and Settings\robin\Bureau\samp\gamemodes\sckouizi.pwn(23351) : error 001: expected token: ";", but found "-identifier-"
H:\Documents and Settings\robin\Bureau\samp\gamemodes\sckouizi.pwn(23352) : error 001: expected token: ";", but found "}"
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase


6 Errors.


Comment faire pour que je n'ai aucunes erreurs SVP, merci
Titre: Re : Problème avec pawno
Posté par: Dedepc le 03 Avril 2008, 19:20:41
loose indentation > problème d'alignement du code (conditions,crochets,...)
expected token: ";", but found "-identifier-" > manque des points-virgules je crois à la fin de certaines lignes
Titre: Re : Problème avec pawno
Posté par: Asphalt le 03 Avril 2008, 19:28:32
Envoie nous tes lignes de code au cas où ce que Dedepc a dit ne t'as pas aidé.