Crisi# Posted December 25, 2013 Share Posted December 25, 2013 عندي ذا كود 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
3NAD Posted December 25, 2013 Share Posted December 25, 2013 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
Crisi# Posted December 25, 2013 Author Share Posted December 25, 2013 طاره من يوم يا عناد Link to comment
Recommended Posts