• 06 Juillet 2025, 19:16:23


Auteur Sujet: Problème avec pawno  (Lu 1932 fois)

0 Membres et 1 Invité sur ce sujet

Hors ligne sckouizi

  • *
  • Tueur
  • Messages: 66
    • Voir le profil
Problème avec pawno
« 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

Hors ligne Dedepc

  • *
  • Nouveau
  • Messages: 20
    • Voir le profil
Re : Problème avec pawno
« Réponse #1 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

Hors ligne Asphalt

  • *
  • Criminel
  • Messages: 25
    • Voir le profil
Re : Problème avec pawno
« Réponse #2 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é.