[Pomoc]War System

30. Avg. 2011.
712
pregleda
7
postova
William Johnson
3
Hustler
30. Avg. 2011.
Skripta koju koristim: Noxicus
Detaljan opis problema: Kako da napravim da kad njeko Protivnika ubje da Otoj ekipi dodje bod npr ako GSF i MS13 igraju war i onda GSFovac ubje njekog iz MS-a da im dodje bod??
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):
Wattana
3
Hustler
30. Avg. 2011.
imas u onplayerdeath nesto /* oznaceno, te samo to makni i compilaj
William Johnson
3
Hustler
30. Avg. 2011.
eeee puno ti hvala 😄 moze lock

BTW nemoj te jos lockat ima jos jedan problem

kad njeko njekog killa dodoju za obe ekipe bodovi ! Znaci stalno bude ne rjeseno!
[BWW] nåяcо
4
Enforcer
30. Avg. 2011.
daj taj kod iz onplayerdeath
William Johnson
3
Hustler
30. Avg. 2011.
crvenitimkills ++;
format(string, sizeof(string), "~r~Crveni tim:~b~%d killova", crvenitimkills);
TextDrawSetString(crvenitim, string);
SetPlayerSpawn(playerid);

foreach(Player, i)
{
if(GetPVarInt(playerid, "Ratuje") == 1)
{

TextDrawShowForPlayer(i, crvenitim);
}
}
}
if(GetPVarInt(playerid, "Tim2") == 1)
{

plavitimkills ++;
format(string, sizeof(string), "~r~Plavi tim:~b~%d killova", plavitimkills);
TextDrawSetString(plavitim, string);SetPlayerSpawn(playerid);

foreach(Player, i)
{
if(GetPVarInt(playerid, "Ratuje") == 1)
{

TextDrawShowForPlayer(i, plavitim);
}
}
}
[BWW] nåяcо
4
Enforcer
30. Avg. 2011.
William Johnson wrote on August 30, 2011, 5:28 pm:
crvenitimkills ++;
format(string, sizeof(string), "~r~Crveni tim:~b~%d killova", crvenitimkills);
TextDrawSetString(crvenitim, string);
SetPlayerSpawn(playerid);

foreach(Player, i)
{
if(GetPVarInt(playerid, "Ratuje") == 1)
{

TextDrawShowForPlayer(i, crvenitim);
}
}
}
if(GetPVarInt(playerid, "Tim2") == 1)
{

plavitimkills ++;
format(string, sizeof(string), "~r~Plavi tim:~b~%d killova", plavitimkills);
TextDrawSetString(plavitim, string);SetPlayerSpawn(playerid);

foreach(Player, i)
{
if(GetPVarInt(playerid, "Ratuje") == 1)
{

TextDrawShowForPlayer(i, plavitim);
}
}
}


pogledo sam sad mod fali ti getpvarint za prvi tim dodaj ovako
	if(GetPVarInt(playerid, "Tim1") == 1)
{

crvenitimkills ++;
format(string, sizeof(string), "~r~Crveni tim:~b~%d killova", crvenitimkills);
TextDrawSetString(crvenitim, string);
SetPlayerSpawn(playerid);

foreach(Player, i)
{
if(GetPVarInt(playerid, "Ratuje") == 1)
{

TextDrawShowForPlayer(i, crvenitim);
}
}
}
if(GetPVarInt(playerid, "Tim2") == 1)
{

plavitimkills ++;
format(string, sizeof(string), "~r~Plavi tim:~b~%d killova", plavitimkills);
TextDrawSetString(plavitim, string);SetPlayerSpawn(playerid);

foreach(Player, i)
{
if(GetPVarInt(playerid, "Ratuje") == 1)
{

TextDrawShowForPlayer(i, plavitim);
}
}
}
William Johnson
3
Hustler
30. Avg. 2011.
e imo sam to samo nisam oznacio .. sry ! nije do toga problem :S

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha