Confused, why isnt this working?
#1

pawn Код:
Solved Thanks
Anyone can explain please why this isnt working and why after the first checkpoint nothing happens? Also please try to fix it if you can.
Reply
#2

pawn Код:
if(GettingDLesson[playerid] == 1) // Muste be != 0 or > 0 or without == 1
    {
        if(playerState == PLAYER_STATE_DRIVER)
        {
            if(GetPlayerVehicleID(playerid) == DrivingLicCar[0])
            {
                if(GettingDLesson[playerid] == 1)
                {
                    GettingDLesson[playerid] = 2;
                    SetPlayerCheckpoint(playerid, -178.1308,1100.7589,19.3601, 5.0);
                }
Reply
#3

Aha how did I not see that, thanks !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)