How to know how match player joined the mission?
#1

I have a mission command. I want to know after 30 seconds how match players has joined the mission.

pawn Код:
dcmd_join(playerid, params[])
{
   SendClientMessage(playerid, Color, "You joined the mission " Get or die"");
   SetTimerEx("SpawnInMission",30000,0,"d",playerid);
   return 1;
}

public SpawnInMission()
{
  //How players joined the mission.
  //My other stuff that i dont want to show.
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 6 Guest(s)