Problema intalnita (descriere):Cand un player omoara un alt player nu apare sa sunte la 112 in 60 de secunde Ero(area / rile) / warning-(ul / urile): Liniile de cod / sursa / script-ul(obligatoriu):
} else { WantedID[playerid] = killerid; SCM(playerid, COLOR_GENANNOUNCE, ". You have 60 seconds to call the police to report this crime. Use /call 112."); WantedIDTime[playerid] = 60; }
Imagini / Video (optional): Ati incercat sa rezolvati singur?:da nu imi dau seama de ce nu merge
Question
marius11
Problema intalnita (descriere):Cand un player omoara un alt player nu apare sa sunte la 112 in 60 de secunde
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul(obligatoriu):
if((WarInfo[turfkiller][wTime] != 0 && (WarInfo[turfkiller][wAttacker] == playerVariables[playerid][pGroup] || WarInfo[turfkiller][wFaction] == playerVariables[playerid][pGroup]) && playerVariables[playerid][pGroup] != 0) || (playerVariables[killerid][pGroup] == 1
|| playerVariables[killerid][pGroup] == 2 || playerVariables[killerid][pGroup] == 3 || playerVariables[killerid][pGroup] == 5) || (playerVariables[playerid][pGroup] == 1 || playerVariables[playerid][pGroup] == 2 || playerVariables[playerid][pGroup] == 3 || playerVariables[playerid][pGroup] == 5) || (playerVariables[playerid][pGroup] == playerVariables[killerid][pGroup]) || (PlayerPaintballing[killerid] >= 1))
{
}
else
{
WantedID[playerid] = killerid;
SCM(playerid, COLOR_GENANNOUNCE, ". You have 60 seconds to call the police to report this crime. Use /call 112.");
WantedIDTime[playerid] = 60;
}
Imagini / Video (optional):
Ati incercat sa rezolvati singur?:da nu imi dau seama de ce nu merge
4 answers to this question
Recommended Posts