Sziasztok!
Ebbe hol a hiba? - Szükségem lenne a frakció tipus -ra állításra.
Előre is köszönöm.
function fix (thePlayer)
local theTeam = getPlayerTeam(thePlayer)
local factionType = getElementData(theTeam, \"type\")
if not (factionType==4) then
outputChatBox(\"Nincs járműszerelő képesítésed.\", thePlayer, 255, 0, 0)
local theVehicle = getPedOccupiedVehicle (thePlayer)
if theVehicle and getVehicleController ( theVehicle ) == thePlayer then
fixVehicle (theVehicle)
outputChatBox (\"Sikeresen megszerelted a járművet !\" , thePlayer)
end
end
addCommandHandler (\"szerel\" , fix)