Jump to content

GueestAccount


Recommended Posts

سلام عليكم

ابي اسوي لو شخص مب مسجل ما يقدر يخش الديربي

 

spawns = {}
timerGo = {}
setElementData(resourceRoot,"map","no")
setElementData(resourceRoot,"winMoney","0")
addEventHandler("onPlayerChat",getRootElement(),function(message)
if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) )   then

 

Link to comment
11 minutes ago, MR.TOUNSI said:

local acc=getPlayerAccount(source)
if isGuestAccount(acc) then return outputChatBox('فضلا قم بتسجيل دخولك',root,255,255,255,true) end

جرب كذا وارجع كلمني 
سويته لك من الهاتف 

local acc = getPlayerAccount ( source )
if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك', source, 255, 255, 255, true) end

 

  • Like 1
Link to comment
On ٢٠‏/٦‏/٢٠١٨ at 15:17, N3xT said:

local acc = getPlayerAccount ( source )
if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك', source, 255, 255, 255, true) end

 

addEventHandler("onPlayerChat",getRootElement(),function(message)
local acc = getPlayerAccount ( source )
if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك اولا للعب بالديربي', source, 255, 255, 255, true) end
if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) )   then

سويتها كدا صارت اي رسالة من زاير تطلع له فضلا قم بتسجيل دخولك !

@N3xT

Link to comment
39 minutes ago, Mr.Mostafa said:

addEventHandler("onPlayerChat",getRootElement(),function(message)
local acc = getPlayerAccount ( source )
if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك اولا للعب بالديربي', source, 255, 255, 255, true) end
if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) )   then

سويتها كدا صارت اي رسالة من زاير تطلع له فضلا قم بتسجيل دخولك !

@N3xT

تصحيح
 

addEventHandler("onPlayerChat",getRootElement(),function(message)
local acc = getPlayerAccount ( source )
if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) )   then
if isGuestAccount ( acc ) then return outputChatBox('فضلا قم بتسجيل دخولك اولا للعب بالديربي', source, 255, 255, 255, true) end

 

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