Jump to content

willyreallywonka

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by willyreallywonka

  1. I filled the project on the git and then pulled it out, but after the git, the client part does not fully respond. It loads and there is a message about it in the console, but even on the playerReady console.log Info does not respond. Maybe someone has met this?

  2. 13 часа назад, Kopra сказал:

    It's part of ragemp CEF api. Mostly used for chat, I'm not sure there is a list of all invokes but here are some I've encountered:

    /*--From CEF--*/
    mp.invoke(“focus”, true/false); 		   // Enables/disables local player cursor in game
    mp.invoke("setTypingInChatState", toggle); 	   // Used to set synchronized typing in chat state for local player (mp.players.local.isTypingInTextChat)
    mp.invoke("command", text); 			   // Send command to server from local player
    mp.invoke("chatMessage", text);   		   // Send chat message to server from local player

     

    Thank you

    • Like 1
  3. Hello everyone. Recently I came across when working with a chat based on examples with the mp.invoke function. I looked through all the sites about working with CEF and raid and did not find a clear answer for what mp.invoke is needed and what is indicated for its use. I would be grateful if someone would describe in detail with links about this function.

×
×
  • Create New...