24.04.2011, 20:38
pawn Код:
Solved Thanks
Solved Thanks
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);
}