
AmOt,7bk
Members-
Posts
25 -
Joined
-
Last visited
Everything posted by AmOt,7bk
-
ومع احترامي لكودك respwanTime ??? getCar ?? شوارما ؟؟ فلافل ؟؟؟
-
تدري وش القاهرني يا روماند و فيس انهم يحظروني وما يحظرو اشكالكم #
-
يا فيس وروماند بذرنجيه انت حدكك تكون ربع من خبره ذا بيست
-
Oh Thanx You Best Scripter Anything
-
ذا بيست ما عليك منهم ذول فيس وروماند ^^ يحظروهم
-
كوبرا يسلمو مع احترامي لك :* كود شغال بس في مشكله صغيره
-
للعلم بطران : هم فيس بوك وروماند يطلبون كوداات
-
بل تفصيل يكبس زر ويوخد وظيفه ويحطه بتيم وادا قتل حد ..،،
-
مدري مثل وظيفه قاتل الي اخد تيم وقتل حد يروح المقتول مكان معين
-
لما يكبس زر ويحطه بتيم اذا قتل يحط الي مقتول بمكان
-
Voice Chat !!
-
code doesn't work this job serial killer if start job set player team if player wasted spwan player x y z
-
addEventHandler ( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor.button[3]) then triggerServerEvent ( "SetPTeam", localPlayer ) end end ) -- Server local team = createTeam( "team1", 0, 255, 0 ) addEvent( "SetPTeam", true ) addEventHandler( "SetPTeam", root, function( ) setPlayerTeam( client, team ) giveWeapon( client, 31, 500 ) outputChatBox(''You Now Take Job Killer '',client ) end ) addEventHandler ( "onClientPlayerDamage", localPlayer, function( attacker ) if ( attacker and attacker ~= source ) then if ( getPlayerTeam( attacker ) and getPlayerTeam( attacker ) == getTeamFromName( "TeamName" ) ) then if ( getPlayerTeam( source ) ) then setElementPosition( source, x, y, z ) end end end end )
-
شوفو اغلاط اذا تقدرو تصلحوهم addEventHandler ( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor.button[3]) then triggerServerEvent ( "SetPTeam", localPlayer ) end end ) -- Server local team = createTeam( "team1", 0, 255, 0 ) addEvent( "SetPTeam", true ) addEventHandler( "SetPTeam", root, function( ) setPlayerTeam( client, team ) giveWeapon( client, 31, 500 ) end ) addEventHandler ( "onClientPlayerDamage", localPlayer, function( attacker ) if ( attacker and attacker ~= source ) then if ( getPlayerTeam( attacker ) and getPlayerTeam( attacker ) == getTeamFromName( "TeamName" ) ) then if ( getPlayerTeam( source ) ) then setElementPosition( source, x, y, z ) end end end end )