форматирование
- Версия MoonLoader
- .026-beta
Как правильно написать , чтоб при зажатой пкм+A
local hendleResult, ped = getCharPlayerIsTargeting(playerHandle)
local pedResult, id = sampGetPlayerIdByCharHandle(ped)
local lvl = sampGetPlayerScore(id)
if hendleResult and pedResult then playerid = id playerlvl = lvl end
if isKeyDown(VK_K and VK_L) and playerid then
sampSendChat(playerlvl)
end
Оно у меня прям флудит
local hendleResult, ped = getCharPlayerIsTargeting(playerHandle)
local pedResult, id = sampGetPlayerIdByCharHandle(ped)
local lvl = sampGetPlayerScore(id)
if hendleResult and pedResult then playerid = id playerlvl = lvl end
if isKeyDown(VK_K and VK_L) and playerid then
sampSendChat(playerlvl)
end
Оно у меня прям флудит