• 09 Juillet 2025, 04:58:37


Auteur Sujet: Problème  (Lu 776 fois)

0 Membres et 1 Invité sur ce sujet

Hors ligne Xolokos

  • PAWN/XHTML/CSS/PHP/SQL/JS
  • *
  • Grand Banditisme
  • What are you waiting for ?
  • Messages: 681
    • Voir le profil
Problème
« le: 21 Janvier 2011, 16:46:08 »
Bonjour j'ai un problème que je comprend pas...
if (strcmp("/bombe", cmdtext, true, 10) == 0)
{
        if(gTeam[playerid] == 1)
{
Bombe1 = CreateObject(1654,226.24595642,1855.80578613,13.71634102,0.00000000,0.00000000,330.00000000);
Bombe2 = CreateObject(1654,226.24089050,1856.00915527,13.71634102,0.00000000,0.00000000,199.99633789); //object(dynamite) (2)
Bombe3 = CreateObject(1654,226.18218994,1855.91333008,13.71634102,0.00000000,0.00000000,269.99511719);
Bombe4 = CreateObject(1654,226.24511719,1855.80566406,13.36634636,0.00000000,0.00000000,329.99633789);
Bombe5 = CreateObject(1654,226.18164062,1855.91308594,13.36634636,0.00000000,0.00000000,269.99450684);
Bombe6 = CreateObject(1654,226.24023438,1856.00878906,13.39134598,0.00000000,0.00000000,199.99511719);

}

else

{

SendClientMessage(playerid, COULEUR_ROUGE,"Tu ne vas pas faire explosé ta base !");

}
C:\Documents and Settings\ATHLON\Bureau\[FR]Call Of Serinity[0.3c]\gamemodes\[FR]COS(2).pwn(1329) : warning 204: symbol is assigned a value that is never used: "Bombe1"
C:\Documents and Settings\ATHLON\Bureau\[FR]Call Of Serinity[0.3c]\gamemodes\[FR]COS(2).pwn(1330) : warning 204: symbol is assigned a value that is never used: "Bombe2"
C:\Documents and Settings\ATHLON\Bureau\[FR]Call Of Serinity[0.3c]\gamemodes\[FR]COS(2).pwn(1331) : warning 204: symbol is assigned a value that is never used: "Bombe3"
C:\Documents and Settings\ATHLON\Bureau\[FR]Call Of Serinity[0.3c]\gamemodes\[FR]COS(2).pwn(1332) : warning 204: symbol is assigned a value that is never used: "Bombe4"
C:\Documents and Settings\ATHLON\Bureau\[FR]Call Of Serinity[0.3c]\gamemodes\[FR]COS(2).pwn(1333) : warning 204: symbol is assigned a value that is never used: "Bombe5"
C:\Documents and Settings\ATHLON\Bureau\[FR]Call Of Serinity[0.3c]\gamemodes\[FR]COS(2).pwn(1334) : warning 204: symbol is assigned a value that is never used: "Bombe6"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
Biensure j'ai fait les
new Bombe1;
new Bombe2;
new Bombe3;
new Bombe4;
new Bombe5;
new Bombe6;
Merci j'ai la tête dans le cxl...
« Modifié: 21 Janvier 2011, 16:51:44 par Xolokos »
Nippah !

Hors ligne scott1

  • *
  • Gangster
  • Messages: 1440
    • Voir le profil
Re : Problème
« Réponse #1 le: 21 Janvier 2011, 17:59:33 »
Tu ne connais pas l'anglais?
Refait un Game mode a partir d'une page blanche



Mes partages:

Systeme de Radio avec Frequence Création

Ajouter des véhicule dans le LARP - Godfather Tuto

Anti Cheat "JunkBuster" traduit en FR Traduction

LARP Traduit FR, V0.3 Traduction

Hors ligne Xolokos

  • PAWN/XHTML/CSS/PHP/SQL/JS
  • *
  • Grand Banditisme
  • What are you waiting for ?
  • Messages: 681
    • Voir le profil
Re : Problème
« Réponse #2 le: 21 Janvier 2011, 18:25:49 »
Oui je vien de résoudre mais problème après un bon Mafia II :)
Je connais l'Anglais merci quand même.
Nippah !