2 Questions.
#10

No one get's me...
I have defined this in the Enum;
Код:
[pCheckpoint]
Now if I go to OnPlayerConnect:
Код:
    if(PlayerInfo[playerid][pNewbie] == 1)
    {
        SetPlayerCheckpoint(playerid, -2737.3635,-2414.0317,5.2657, 3.0);
        PlayerInfo[playerid][pCheckpoint] = 1; // defined here
    }
Now if I go to OnPlayerEnterCheckpoint and use
Case 1:
{
// stuff here
}

Why does it not work? (Im new to the checkpoint stuff)
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)