02.07.2018, 17:22
use OnPlayerEnterCheckpoint and put this
if that player has completed last lap of race he will achieved 100 scores and 1000$ money
PHP код:
if(racecp[playerid] == 2)
{
SetPlayerScore(playerid, GetPlayerScore(playerid)+100);
GivePlayerMoney(playerid, 1000);
}