2 Questions.
#9

@HarrySidwell

pawn Код:
new pCheckpoint[MAX_PLAYERS];

public OnPlayerSpawn(playerid)
{
     if(Logged[playerid] == true)
     {
         pCheckpoint[playerid] = true;
     }
     return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
     if(pCheckpoint[playerid] == true)
     {
         // etc...
     }
     return 1;
}

// you can replace true to 1.
Reply


Messages In This Thread
2 Questions. - by HarrySidwell - 06.04.2012, 18:28
Re: 2 Questions. - by nmader - 06.04.2012, 18:29
Re: 2 Questions. - by HarrySidwell - 06.04.2012, 18:30
Re: 2 Questions. - by Jack.7331 - 06.04.2012, 18:30
Re: 2 Questions. - by Kitten - 06.04.2012, 18:39
Re: 2 Questions. - by HarrySidwell - 06.04.2012, 18:53
Re: 2 Questions. - by Kindred - 06.04.2012, 18:59
Re: 2 Questions. - by HarrySidwell - 06.04.2012, 19:18
Re: 2 Questions. - by Kitten - 06.04.2012, 19:25
Re: 2 Questions. - by HarrySidwell - 06.04.2012, 19:42

Forum Jump:


Users browsing this thread: 1 Guest(s)