10 lines
366 B
Lua
10 lines
366 B
Lua
print("Offical RpEmotes by TayMcKenzieNZ, Mathu_lmn & MadsL loaded sucessfully.")
|
|
|
|
SetTimeout( 1000, function ()
|
|
if GetResourceState('dpemotes') == 'started' then
|
|
for i = 1, 10 do
|
|
print("RpEmotes: Warning! dpemotes is on the server, this WILL cause issues and conflicts. We strongly suggest removing this resource.")
|
|
end
|
|
end
|
|
end)
|