Archived
added prettier | pnpm workspaces
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { fw } from 'rage-fw-client'
|
||||
|
||||
fw.event.register('customClientEvent', ([greetings]) => {
|
||||
fw.system.log.info(greetings)
|
||||
|
||||
fw.player.triggerBrowser('customCefEvent', ['str'])
|
||||
|
||||
return 'Hola from client!'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user