30.03.2009, 19:03
Hello,
so if i want 5 people to enter the checkpoint before i execute another action, how do i do that?
Ive got something but i want to enter a code to make there be 5 people who have to go in the checkpoint so i can execute another action.
Does anyone know? thanks
so if i want 5 people to enter the checkpoint before i execute another action, how do i do that?
Ive got something but i want to enter a code to make there be 5 people who have to go in the checkpoint so i can execute another action.
Код:
public OnPlayerEnterCheckpoint(playerid)
{
GameTextForPlayer(playerid,"~R~You have reached the control centre",4000,3);
SendClientMessageToAll(COLOR_RED,"One of the Attackers has Reached The Control Centre");
GivePlayerMoney(playerid, 0);
DisablePlayerCheckpoint(playerid);
return 1;
}

