Checkpoint help [+rep..REALLY need help]
#2

It looks like OnPlayerEnterDynamicCP(playerid,checkpointid) doesn't return a value.
That MIGHT be the issue, how-ever I am not positive, I took a quick look.

RIGHT above OnPlayerExitVehicle
Replace
pawn Код:
GivePlayerMoney(playerid,25000);
        SendClientMessage(playerid,COLOR_YELLOW,"* You have earned $25,000!"); //done
        return 1;
    }
}
with
pawn Код:
GivePlayerMoney(playerid,25000);
        SendClientMessage(playerid,COLOR_YELLOW,"* You have earned $25,000!"); //done
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)