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