Quote:
Originally Posted by McCarthy
pawn Код:
CMD:startjob(playerid, params[]) { if(IsPlayerInVehicle(playerid, 414)) { if(pJob[playerid] == TRUCKER) { SendClientMessage(playerid, COLOR_WHITE, ".:: You have started work ::."); SetPlayerCheckpoint(playerid, -1580.2484,74.9872,3.5547, 3.0); trucking[playerid] = 1; return 1; } else SendClientMessage(playerid, COLOR_SYNTAX, ".:: You must be a trucker to work in this vehicle ::."); } return 1; }
|
Well number 1, that didnt work and number 2. Im pretty sure that when you help somebody out your supposed to explain to them what you actually did instead of pasting code