25.12.2013, 19:24
I change it and fixed it into this:
It work only if you in the car if you out of the car it says "Unkown"...
Код:
CMD:loadprodukte(playerid, params[]) { if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "Moras biti logovan da bi koristio ovu komandu."); if(PlayerInfo[playerid][pJob] != JOB_PRODUKTE && PlayerInfo[playerid][pVIPJob] != JOB_PRODUKTE) return SendClientMessage(playerid, COLOR_GREY, "Ti nisi vozac HotDoga."); new veh; veh = GetPlayerVehicleID(playerid); if(!ProduCar(veh)) return SendClientMessage(playerid, COLOR_GREY, "Moras biti u vozilo da bi koristeo ovu komandu."); ProdJob[playerid] = 1; SetPlayerCheckpoint(playerid,Produkti1,11); SendClientMessage(playerid,COLOR_GREY,"* Pratite crvene markere!"); return 1; }