- 231
- 49
- Версия MoonLoader
- .026-beta
Lua:
if not(sampIsCursorActive()) then
if wasKeyPressed( 79 ) then -- O
sampSetSpecialAction( 0 )
message((user_data['notif'] and sampGetPlayerSpecialAction( myId ) == 24) and 'НЕТ БРАСЛЕТАМ')
elseif wasKeyPressed( 80 ) then -- P
cursor['v'] = not(cursor['v'])
elseif wasKeyPressed( 88 ) then -- X
window['v'] = not(window['v'])
elseif wasKeyPressed( 90 ) then -- Z
memory.setuint8(sampGetServerSettingsPtr(), 1)
end
end