5 people in a checkpoint
#3

Quote:
Originally Posted by XePloiT
Посмотреть сообщение
pawn Код:
new cpcount=0;
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
     if(checkpointid==/*you ch id*/)
     {
        cpcount++;
        if(cpcount==5)
        {
               //...
        }
        //...
     }
   return 1;
}
public OnPlayerLeaveDynamicCP(playerid, checkpointid)
{
     if(checkpointid==/*you ch id*/)
     {
        cpcount--;
        //...
     }
return 1;
}
I don't have those publics in the mode..
I need to add them?

Quote:
Originally Posted by [HLF]Southclaw
Посмотреть сообщение
That's IF he's using the streamer, if not then the code would be different.
I am using MidoStream
Is that makes any diffrences?
Reply


Messages In This Thread
5 people in a checkpoint - by nuriel8833 - 18.12.2010, 12:09
Re: 5 people in a checkpoint - by XePloiT - 18.12.2010, 12:47
Re: 5 people in a checkpoint - by nuriel8833 - 18.12.2010, 12:56
Re: 5 people in a checkpoint - by XePloiT - 18.12.2010, 13:18
Re: 5 people in a checkpoint - by nuriel8833 - 18.12.2010, 13:49
Re: 5 people in a checkpoint - by XePloiT - 18.12.2010, 14:34

Forum Jump:


Users browsing this thread: 2 Guest(s)