merhabalar düzenlemiş olduğum esx_ktackle scripti sizlerle buyrun
VapeJezzy/esx_ktackle
değiştirilen kısımlar;
esx_ktackle/client/main.lua
1;
17. satır : " local PoliceJob = 'police' " silinmiştir
107. satır : BU: if IsControlPressed(0, Keys['LEFTSHIFT']) and IsControlPressed(0, Keys['G']) and not isTackling and GetGameTimer() - lastTackleTime > 10 * 1000 and PlayerData.job.name == PoliceJob then
-----------------------------------------------------------------
BUNUN İLE DEĞİŞTİRİLMİŞTİR : if IsControlPressed(0, Keys['LEFTSHIFT']) and IsControlPressed(0, Keys['G']) and not isTackling and GetGameTimer() - lastTackleTime > 10 * 1000 then
VapeJezzy/esx_ktackle
değiştirilen kısımlar;
esx_ktackle/client/main.lua
1;
17. satır : " local PoliceJob = 'police' " silinmiştir
107. satır : BU: if IsControlPressed(0, Keys['LEFTSHIFT']) and IsControlPressed(0, Keys['G']) and not isTackling and GetGameTimer() - lastTackleTime > 10 * 1000 and PlayerData.job.name == PoliceJob then
-----------------------------------------------------------------
BUNUN İLE DEĞİŞTİRİLMİŞTİR : if IsControlPressed(0, Keys['LEFTSHIFT']) and IsControlPressed(0, Keys['G']) and not isTackling and GetGameTimer() - lastTackleTime > 10 * 1000 then