All-Resources/vote/example.lua
2026-04-14 17:41:39 +02:00

8 lines
199 B
Lua

-- This is a basic example.
-- It's only a demo, it's up to you to modify at your convenience.
AddEventHandler('onPlayerVote', function (playername, date)
print(playername)
print(date)
end)