27.12.2012, 22:23
Problem with the trucker job, All the checkpoints and unloading works except when I go to recieve my paycheck at the last checkpoint nothing happens. This part in the script I beleive.
if(atcp[playerid] == 4)
{
atcp[playerid] = 0;
SendClientMessage(playerid, COLOR_LIGHTCYAN, "You have earned your money. Congratulations. +7500$");
GivePlayerMoney(playerid, 7500);
return 1;
}
return 1;
if(atcp[playerid] == 4)
{
atcp[playerid] = 0;
SendClientMessage(playerid, COLOR_LIGHTCYAN, "You have earned your money. Congratulations. +7500$");
GivePlayerMoney(playerid, 7500);
return 1;
}
return 1;