31.12.2014, 11:52
Quote:
you maked playerb variable twice in 1 function
change name one of them. for example pawn Код:
and you maked a loop between players but you didn't use it !! pawn Код:
|
Код:
new playerb2 = PlayerInfo[playerid][pFam]; foreach(Player, playerb2) { if(WarAlirezA ==1) { WarTimer[playerb2] ++; format(string,sizeof(string),"~n~~n~~n~~n~~n~~n~~n~~n~~r~Point Time Left: ~w~%d ~r~seconds", WarTimer[playerb2]); GameTextForPlayer(playerb2, string,1000, 3); } }