←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

Mała Modyfikacja COD

Locked

  • +
  • -
MrTheWodzu's Photo MrTheWodzu 11.11.2010

Doda mi ktoś do CoD 4001 lvl dodawanie exp graczowi oraz itemów??

Attached Files


Edited by MrTheWodzu, 11.11.2010 21:27.
Quote

  • +
  • -
Dangerous.'s Photo Dangerous. 11.11.2010

trzymaj jak jakis problem to pisz. dodalem ci max lvl 4001 i staty po 2000 reszty co napisales nie zrozumialem

Attached Files

Quote

  • +
  • -
MrTheWodzu's Photo MrTheWodzu 12.11.2010

trzymaj jak jakis problem to pisz. dodalem ci max lvl 4001 i staty po 2000 reszty co napisales nie zrozumialem


Dobra dzięki ;P

a jak zrobić zeby dresiarz ( moja klasa ) miał 1/3 na natychmiastowe zabicie granatem.
Quote

  • +
  • -
Dangerous.'s Photo Dangerous. 13.11.2010

znajdz

if(idinflictor != idattacker && entity_get_int(idinflictor, EV_INT_movetype) != 5)
	{
		if((informacje_przedmiotu_gracza[idattacker][0] == 9 && random_num(1, informacje_przedmiotu_gracza[idattacker][1]) == 1) || informacje_przedmiotu_gracza[idattacker][0] == 10)
			damage = float(health);	
	}

zmien calosc na :

if(idinflictor != idattacker && entity_get_int(idinflictor, EV_INT_movetype) != 5)
	{
		if((informacje_przedmiotu_gracza[idattacker][0] == 9 && random_num(1, informacje_przedmiotu_gracza[idattacker][1]) == 1) || informacje_przedmiotu_gracza[idattacker][0] == 10 || klasa_gracza[id] == Aimer)
			damage = float(health);	
	}


powinno dzialać
Quote

  • +
  • -
MrTheWodzu's Photo MrTheWodzu 13.11.2010

znajdz

if(idinflictor != idattacker && entity_get_int(idinflictor, EV_INT_movetype) != 5)
	{
		if((informacje_przedmiotu_gracza[idattacker][0] == 9 && random_num(1, informacje_przedmiotu_gracza[idattacker][1]) == 1) || informacje_przedmiotu_gracza[idattacker][0] == 10)
			damage = float(health);	
	}

zmien calosc na :

if(idinflictor != idattacker && entity_get_int(idinflictor, EV_INT_movetype) != 5)
	{
		if((informacje_przedmiotu_gracza[idattacker][0] == 9 && random_num(1, informacje_przedmiotu_gracza[idattacker][1]) == 1) || informacje_przedmiotu_gracza[idattacker][0] == 10 || klasa_gracza[id] == Aimer)
			damage = float(health);	
	}


powinno dzialać


aha i tam gdzie jest kalasa_gracza to mam zmienić na nazwe mojej kasy tak? jak chcesz to możesz zrobić ;P dam ci .sma

Attached Files


Edited by MrTheWodzu, 13.11.2010 14:54.
Quote
Locked