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...