Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- YCMD:getmats(playerid, params[], help) // linia 10745
- {
- if(PlayerData[playerid][Job] != 6) return SendClientMessage(playerid, COLOR_WHITE, "Nu ai jobul Arms Dealer.");
- if(!PlayerToPoint(7,playerid,594.7841,-1245.8644,18.1321)) return SendClientMessage(playerid, COLOR_WHITE, "Nu esti langa jobul Arms Dealer.");
- if(Checkpoint[playerid] != 0 || FindPlayer[playerid] != -1) return HaveCheckpoint(playerid); // linia 10749
- if(PlayerData[playerid][Cash] < 100) return SendClientMessage(playerid, COLOR_WHITE, "Nu ai suma necesara de bani. ($100)");
- SendClientMessage(playerid, COLOR_YELLOW, "Du-te la checkpoint-ul de pe mapa.");
- new workcar = CreateVehicleEx(499, 594.7841, -1245.8644, 18.1321, 180.0, -1, -1, -1);
- PutPlayerInVehicleEx(playerid, workcar, 0);
- SetPlayerCheckpoint(playerid, 2700.3159,-2386.4363,13.6328, 7.0); // 10754
- Checkpoint[playerid] = 8;
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment