Jump to content

مــٍساعدُه


Crisi#

Recommended Posts

عندي ذا كود

local = id 
local = ammo 
  
addEventHandler,(''onPlayerJoin'',root,function   
if ( id and ammo) then 
giveWeapon(source,id,ammo) 
  
outputChatBox ( "#FF0000تم اعطائك سلاح  .. ", getRootElement(), 255, 255, 255, true ) 
  
end 
                 end 
  
) 
  

لحين ابي ذا كود يظهر بس للاعب الي دخل

outputChatBox ( "#FF0000تم اعطائك سلاح  .. ", getRootElement(), 255, 255, 255, true ) 

اتمنى تزبطوه الكود

Link to comment
local id = 0 
local ammo = 20 
      
addEventHandler ( 'onPlayerJoin', root, function ( )  
    if ( id and ammo) then 
        giveWeapon(source,id,ammo)  
        outputChatBox ( "#FF0000تم اعطائك سلاح  .. ", source, 255, 255, 255, true ) 
    end 
end ) 
      

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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