Üdv megint!! :thumbsup: :thumbsup:
Az a gondom hogy a munkarendszeremben csak egy bizonyos kocsival lehessen belemenni a cpbe..Ez eddig meg is van de nem megy. miért?
Kód:
public OnPlayerEnterCheckpoint(playerid)
{
new kocsi;
kocsi = GetPlayerVehicleID(playerid);
new x = UTNYALOCPK [playerid];
if(UTNYALODolgozik[playerid] == 1)
{
if(kocsi == 574)
{
PlayerPlaySound(playerid, 1056, 0.0, 0.0, 0.0);
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, UTNYALOCP
- [0], UTNYALOCP
- [1], UTNYALOCP
- [2], 5.0);
UTNYALOCPK[playerid] ++;
SendClientMessage(playerid, NARANCS, \"Sikeresen megtiszítottad az utat!\");
}
}
return 1;
}