Checkpoint problem rep+
#1

Fixed
Reply
#2

You're using in first timer "is"
change it to "i" because u are using playerid only in timer.
Код:
DefuseTimer = SetTimerEx("DefuseBomb", 10000, false, "i", playerid);
Код:
  	if(checkpointid == PlantbombCP)
	{
	    if(gTeam[playerid] == C1 && BombPlanted))
		{
		    DefuseTimer = SetTimerEx("DefuseBomb", 10000, false, "i", playerid);
		    Defusing = 1;
		    GameTextForAll("~b~Army is trying to defuse the bomb!!~n~~r~Terrorists, Try to stop them!", 3000, 3);
		    return 1;
		}
		else return 0;
	}
Reply
#3

Thanks rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)