Jump to content

استفسار


Recommended Posts

https://community.multitheftauto.com/in ... ls&id=6615

هذا المود الي يجي الكلام في مربع اسود فوق

Server Side:

triggerClientEvent(player/root sendTo, "outputTopChat", root, string theMessage, int colorR, int colorG, int colorB)

Client Side:

triggerEvent("outputTopChat", root, string theMessage, int colorR, int colorG, int colorB)

ابغى واحد يعرفني على الكودين

Link to comment

ظهر خلاص لكن اذا ابغاه فوق هو الحين تحت

؟؟

والشيء الثاني ابغى اخرج كلام من أي مود ثاني في الشريط

ممكن شرح

Function syntax (server):

bool sendClientMessage ( string message, player thePlayer [, int r=0, int g=0, int b=0, bool topBar=true, int time=8] )

Function syntax (client):

bool sendClientMessage ( string message [, int r=0, int g=0, int b=0, bool topBar=true, int time=8] )

Link to comment
topBar=true

false خلها

+exports or call عشان تخليه في اي مود لازم تستخدم

exports.TopBarChat:sendClientMessage('Test',255,50,255,false) 

اوك شوووف الحين احطه false

طيب بعدها احط الكود في s انا ابغاه

في المود الي ابغاه يظهر ؟؟

Link to comment

الطريقه سهله وانا اخوك

اول شي حمل ذا المود وركبه

https://community.multitheftauto.com/in ... ls&id=7668

وسوي تعديل مثلا زي كذا

outputChatBox ( "#FF0000Hello #00FF00World", getRootElement(), 255, 255, 255, true ) 
  

وعدلها الى كذا

exports['topbarchat']:sendClientMessage ( "#FF0000Hello #00FF00World", getRootElement(), 255, 255, 255, true ) 

topbarchat = اسم المود المستخدم

موفق

Link to comment

اسمع حبة حبة والله احس راسي يدور

شوف مود الشنطة اوك ابغى الكلام الي فيه يظهر

اجيب مود الشريط اوك واشغله بالسيرفر

بعدها اخذا الكود واحطة في مود الشنطة وبعدها اشغل مود الشنطة

؟؟

الخطوات صحيحة ولالا

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...