Jump to content

تعديل


Adham

Recommended Posts

Posted

سلام عليكم

اليوم مش عارف لغبط في الكود ذا

cancelEvent() 
        local r, g, b = getPlayerNametagColor(source) 
        outputChatBox(" " ..getPlayerTeam ( source ) ..* [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) 
        outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) 
  
 

فا انا عاوز اعمل

الشرطه دي

القبل لفل 3

دي *

تلون علي حسب التيم

عملت getPlayer Team

لقيت ما في تاق من اصلن

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted
cancelEvent() 
        local r, g, b = getPlayerNametagColor(source) 
        outputChatBox(" " ..getPlayerTeam ( source ) .."" * [ Lv.3 ] " .. getPlayerName ( source ) .. "  :#ffFFff " .. text, getRootElement(), r, g, b, true ) 
        outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) 
  
  
  
 

Posted

ما صار يطلع تاق بالشات

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted
local r, g, b = getPlayerNametagColor(source) 
outputChatBox("" ..getPlayerTeam ( source ) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) 
  

 My new GCSS Script : Go 
حصريا : مود الدردشة بين السيرفرات : الذهاب

LUA progress = -100%

Join us :

 Multi Theft Auto Arab 

I'm not the best but, i'm different

Skype : kamel1234128

Someone in this world needs to remember my love .

Posted
local r, g, b = getPlayerNametagColor(source) 
outputChatBox("" ..getPlayerTeam ( source ) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) 
  

مايبيلها دي بق

سطر 2 كيف تجيبون التيم نفسه وتحطونه بالتاج ؟؟

949536480.png
Posted
local r, g, b = getPlayerNametagColor(source) 
outputChatBox("" ..getPlayerTeam ( source ) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) 
  

:idea:

ليه شيلت ال getRootElement

لا اله الا انت سبحانك اني كنت من الظالمين

TehLMGN.png?1

My Group : https://www.facebook.com/groups/992678147519191/

Posted
local r, g, b = getPlayerNametagColor(source) 
outputChatBox("" ..getPlayerTeam ( source ) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) 
  

مايبيلها دي بق

سطر 2 كيف تجيبون التيم نفسه وتحطونه بالتاج ؟؟

local r, g, b = getPlayerNametagColor(source) 
local Team = getTeamName(getPlayerTeam ( source )) 
outputChatBox("" .. Team .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) 

Debug - nothing . :D

 My new GCSS Script : Go 
حصريا : مود الدردشة بين السيرفرات : الذهاب

LUA progress = -100%

Join us :

 Multi Theft Auto Arab 

I'm not the best but, i'm different

Skype : kamel1234128

Someone in this world needs to remember my love .

Posted

addEventHandler( 'onPlayerChat', root, 
function(text) 
cancelEvent() 
if tostring(text) then 
local r, g, b = getPlayerNametagColor(source) 
local Team = getTeamName(getPlayerTeam ( source )) 
local Name = getPlayerName ( source ) 
outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) 
end 
end) ; 

OK 100%

:wink:

 My new GCSS Script : Go 
حصريا : مود الدردشة بين السيرفرات : الذهاب

LUA progress = -100%

Join us :

 Multi Theft Auto Arab 

I'm not the best but, i'm different

Skype : kamel1234128

Someone in this world needs to remember my love .

Posted
addEventHandler( 'onPlayerChat', root, 
function(text) 
cancelEvent() 
if tostring(text) then 
local r, g, b = getPlayerNametagColor(source) 
local Team = getTeamName(getPlayerTeam ( source )) 
local Name = getPlayerName ( source ) 
outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) 
end 
end) ; 

OK 100%

:wink:

cancelEvent()

ليش يكنسل الايفنت

Skype :- mezo.prince1

FaceBook :- https://www.facebook.com/medolua

YouTube :- http://www.youtube.com/c/MeZoOPriNse 

76561198820126897.png

Posted
addEventHandler( 'onPlayerChat', root, 
function(text) 
cancelEvent() 
if tostring(text) then 
local r, g, b = getPlayerNametagColor(source) 
local Team = getTeamName(getPlayerTeam ( source )) 
local Name = getPlayerName ( source ) 
outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) 
end 
end) ; 

OK 100%

function Chat(text)  
local playerTeam = getPlayerTeam(source) 
if playerTeam then -- تحقق اذا كان التيم مو موجود مايطلع اخطاء بالديبق 
local r, g, b = getTeamColor (playerTeam) 
outputChatBox("" ..getTeamName(playerTeam) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. getTeamName(playerTeam)  .. ": " .. text) 
end 
end 
addEventHandler("onPlayerChat",root,Chat) 

لا اله الا انت سبحانك اني كنت من الظالمين

TehLMGN.png?1

My Group : https://www.facebook.com/groups/992678147519191/

Posted
addEventHandler( 'onPlayerChat', root, 
function(text) 
cancelEvent() 
if tostring(text) then 
local r, g, b = getPlayerNametagColor(source) 
local Team = getTeamName(getPlayerTeam ( source )) 
local Name = getPlayerName ( source ) 
outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) 
end 
end) ; 

OK 100%

:wink:

cancelEvent()

ليش يكنسل الايفنت

عشان مايكرر بالشات :lol:

 My new GCSS Script : Go 
حصريا : مود الدردشة بين السيرفرات : الذهاب

LUA progress = -100%

Join us :

 Multi Theft Auto Arab 

I'm not the best but, i'm different

Skype : kamel1234128

Someone in this world needs to remember my love .

Posted
addEventHandler( 'onPlayerChat', root, 
function(text) 
cancelEvent() 
if tostring(text) then 
local r, g, b = getPlayerNametagColor(source) 
local Team = getTeamName(getPlayerTeam ( source )) 
local Name = getPlayerName ( source ) 
outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) 
end 
end) ; 

OK 100%

function Chat(text)  
local playerTeam = getPlayerTeam(source) 
if playerTeam then -- تحقق اذا كان التيم مو موجود مايطلع اخطاء بالديبق 
local r, g, b = getTeamColor (playerTeam) 
outputChatBox("" ..getTeamName(playerTeam) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) 
outputServerLog("CHAT: [ Lv.3 ] " .. getTeamName(playerTeam)  .. ": " .. text) 
end 
end 
addEventHandler("onPlayerChat",root,Chat) 

تم تجربة الكود وبدون تحقق من التيم :\

لو الاعب مو بالتيم يجي اسمه فقط :wink:

مايبيلها كل اللي فوق

 My new GCSS Script : Go 
حصريا : مود الدردشة بين السيرفرات : الذهاب

LUA progress = -100%

Join us :

 Multi Theft Auto Arab 

I'm not the best but, i'm different

Skype : kamel1234128

Someone in this world needs to remember my love .

Posted

تم تجربة الكود وبدون تحقق من التيم :\

لو الاعب مو بالتيم يجي اسمه فقط :wink:

مايبيلها كل اللي فوق

لو اللاعب مو بالتيم راح يجي باد ارقمنت بالديبق

جرب كودك وانت تعرف

لا اله الا انت سبحانك اني كنت من الظالمين

TehLMGN.png?1

My Group : https://www.facebook.com/groups/992678147519191/

Posted

تم تجربة الكود وبدون تحقق من التيم :\

لو الاعب مو بالتيم يجي اسمه فقط :wink:

مايبيلها كل اللي فوق

لو اللاعب مو بالتيم راح يجي باد ارقمنت بالديبق

جرب كودك وانت تعرف

انت مسوي يجيب لون التيم وهو صاحب الموضوع مسوي يجيب لون تاج الاعب

getPlayerNametagColor 

فــ كودك اللي يجي باد ارقمنت ..

كودي جربته 100 مية

 My new GCSS Script : Go 
حصريا : مود الدردشة بين السيرفرات : الذهاب

LUA progress = -100%

Join us :

 Multi Theft Auto Arab 

I'm not the best but, i'm different

Skype : kamel1234128

Someone in this world needs to remember my love .

Posted

تم تجربة الكود وبدون تحقق من التيم :\

لو الاعب مو بالتيم يجي اسمه فقط :wink:

مايبيلها كل اللي فوق

لو اللاعب مو بالتيم راح يجي باد ارقمنت بالديبق

جرب كودك وانت تعرف

انت مسوي يجيب لون التيم وهو صاحب الموضوع مسوي يجيب لون تاج الاعب

getPlayerNametagColor 

فــ كودك اللي يجي باد ارقمنت ..

كودي جربته 100 مية

صاحب الموضوع قال يتلون على حسب التيم

وجربت كودك يطلع باد ارقمنت بالديبق

عشان انا ماكنت بالتيم لكن يوم احط لنفسي تيم مايطلع اخطاء

فعشان كذا لازم تسوي تحقق اذا كان التيم موجود او لا

لا اله الا انت سبحانك اني كنت من الظالمين

TehLMGN.png?1

My Group : https://www.facebook.com/groups/992678147519191/

Posted

يبوي انا مجرب كودي وطالع من التيم ومتكلم بالشات مافي شي بالد\يبوق :|

 My new GCSS Script : Go 
حصريا : مود الدردشة بين السيرفرات : الذهاب

LUA progress = -100%

Join us :

 Multi Theft Auto Arab 

I'm not the best but, i'm different

Skype : kamel1234128

Someone in this world needs to remember my love .

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...