Jump to content
  • 0

Warnings System De War


Slipknot

Question

Salut am pus si eu astazi sistemu de war in gamemode insa mea dat niste erori:

C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(43330) : warning 204: symbol is assigned a value that is never used: "doipierdut"
C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(43452) : warning 204: symbol is assigned a value that is never used: "fourpierdut"
C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(43270) : warning 204: symbol is assigned a value that is never used: "onepierdut"
C:\Documents and Settings\Demogorgon666\Desktop\BlackStreet\gamemodes\BS-RPG.pwn(43391) : warning 204: symbol is assigned a value that is never used: "treipierdut"

Vrei ceva? [email protected]

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

Pai nu chear ca fac parte din sistemu de war:

new doipierdut=0;
public doiGangWar2()
{
    GangZoneHideForAll(liber22);
	GangZoneShowForAll(liber22,0xFF7F00FF);
	attackingdoi=0;
	doipierdut = 1;
	culoaredoi = 5;
	doizonewon = 1;
}
public doiGangWar3()
{
    GangZoneHideForAll(liber22);
	GangZoneShowForAll(liber22,0x33AA33AA);
	doipierdut = 1;
	culoaredoi = 6;
	doizonewon = 1;
	attackingdoi=0;
}
public doiGangWar4()
{
    GangZoneHideForAll(liber22);
	GangZoneShowForAll(liber22,0xFFD700FF);
	doipierdut = 0;
	culoaredoi = 1;
	doizonewon = 1;
	attackingdoi=0;
}
public doiGangWar5()
{
    GangZoneHideForAll(liber22);
	GangZoneShowForAll(liber22,COLOR_WHITE);
	doipierdut = 0;
	culoaredoi = 2;
	doizonewon = 1;
	attackingdoi=0;
}
public doiGangWar6()
{
    GangZoneHideForAll(liber22);
	GangZoneShowForAll(liber22,COLOR_RED);
	doipierdut = 1;
	culoaredoi = 16;
	doizonewon = 1;
	attackingdoi=0;
}
public doiGangWar7()
{
    GangZoneHideForAll(liber22);
	GangZoneShowForAll(liber22,0x5EFB6EFF);
	doipierdut = 1;
	culoaredoi = 15;
    doizonewon = 1;
    attackingdoi=0;
}

Vrei ceva? [email protected]

Link to comment
Share on other sites

43330:

	doipierdut = 1;
public doiGangWar7()
{
    GangZoneHideForAll(liber22);
	GangZoneShowForAll(liber22,0x5EFB6EFF);
	doipierdut = 1;
	culoaredoi = 15;
    doizonewon = 1;
    attackingdoi=0;
}
43452:
	fourpierdut = 1;
public fourGangWar7()
{
    GangZoneHideForAll(liber33);
	GangZoneShowForAll(liber33,0x5EFB6EFF);
	fourpierdut = 1;
	culoarefour = 15;
    fourzonewon = 1;
    attackingfour=0;
}
43270:
	onepierdut = 1;
public oneGangWar7()
{
    GangZoneHideForAll(liber11);
	GangZoneShowForAll(liber11,0x5EFB6EFF);
	onepierdut = 1;
	culoare1 = 15;
    onezonewon = 1;
    attacking1=0;
}
43391:
	treipierdut = 1;
public treiGangWar7()
{
    GangZoneHideForAll(zlibera33);
	GangZoneShowForAll(zlibera33,0x5EFB6EFF);
	treipierdut = 1;
	culoaretrei = 15;
    treizonewon = 1;
    attackingtrei=0;
}

Vrei ceva? [email protected]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.