Jump to content

طلب تصليح كود


WTF_

Recommended Posts

 addEventHandler ( "onMarkerHit", f1 , 
 function ()    
 local ROB = createTeam ( Rob_Bank )
 setPlayerTeam ( source , ROB ) 
 end )

[18:42:39] WARNING: oppsss\s.lua:154: Bad argument @ 'createTeam' [Expected string at argument 1, got nil]
[18:42:39] WARNING: oppsss\s.lua:155: Bad argument @ 'setPlayerTeam' [Expected player at argument 1, got marker]

بيقول لي ذي المشاكل بالله مساعدة شباب 

Link to comment
Just now, #BrosS said:

Rob_Bank غير معرفة

واذا قصدك ذا اسم التيم حطها داخل سترينج " مزدوجتين" صحسصصسزي

شكرا لك بروس :)

بس شوف بيقول مشكلة اخرى [18:50:24] WARNING: oppsss\s.lua:155: Bad argument @ 'setPlayerTeam' [Expected player at argument 1, got marker]

Edited by WTF_
Link to comment
1 minute ago, Master_MTA said:

 addEventHandler ( "onMarkerHit", f1 , 
 function (hitPlayer)    
    if not getElementType(hitPlayer)=='player' then return end
 local ROB = createTeam ( "Rob_Bank", 255,0,0 )
 setPlayerTeam ( hitPlayer , ROB ) 
 end )

 

شكرا ع التصحيح نسيت هالشي :)

  • Like 1
Link to comment

انا ماني فاهم كيف تحطون كود إنشاء التيم داخل حدث لمس الماركر O.o

 

local ROB = createTeam ( "Rob_Bank", 255,0,0 )

addEventHandler ( "onMarkerHit", f1 , 
function (element)    
	if ( getElementType(element) == 'player' ) then 
		if ( getPlayerTeam(element) ~= ROB ) then 
			setPlayerTeam ( element , ROB ) 
		else 
			outputChatBox('You are already in the Team !',element,255,0,0,true)
		end 
	end 
end)

 

Edited by !#NssoR_)
خطأ إملائي xD
  • Thanks 1
Link to comment
5 minutes ago, !#NssoR_) said:

انا ماني فاهم كيف تحطون كود إنشاء التيم داخل حدث لمس الماركر O.o

 


local ROB = createTeam ( "Rob_Bank", 255,0,0 )

addEventHandler ( "onMarkerHit", f1 , 
function (element)    
	if ( getElementType(element) == 'player' ) then 
		if ( getPlayerTeam(element) ~= ROB ) then 
			setPlayerTeam ( element , ROB ) 
		else 
			outputChatBox('You are already in the Team !',element,255,0,0,true)
		end 
	end 
end)

 

?

ما بتصير مشكله لو التيم موجود من قبل بيرجع false

على كل حال

Link to comment
2 hours ago, Master_MTA said:

?

ما بتصير مشكله لو التيم موجود من قبل بيرجع false

على كل حال

وبيخرب الكود ._. لأنك مستعمل

setPlayerTeam .. وحاط التيم

واذا في التيم راح يرجع فولس وبيحط بالارقمنت الثاني فولس وبيخرب الكود .. 

  • Like 1
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...