mhmd22 Posted March 5, 2014 Share Posted March 5, 2014 وش خطا بل كود ؟ function onEnterVehicle ( theVehicle, seat, jacked ) if getElementModel ( Vehicle ) == 522 then addPedClothes ( source, "moto", "moto", 16 ) setElementHealth(100,source) outputChatBox ( "#FFFFFFWelcome To NGR-500 Race", source(), 255, 0, 0, true ) end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), onEnterVehicle ) function onExitVehicle ( Vehicle, seat, jacked ) if getElementModel (Vehicle ) == 522 then removePedClothes ( source, 16 ) end end addEventHandler ( "onPlayerVehicleExit", getRootElement(), onExitVehicle ) Link to comment
!#NssoR_) Posted March 5, 2014 Share Posted March 5, 2014 function onEnterVehicle ( Vehicle ) if getElementModel ( Vehicle ) == 522 then addPedClothes ( source, "moto", "moto", 16 ) setElementHealth(source,100) outputChatBox ( "?#FFFFFFWelcome? To NGR-500 Race", source, 255, 0, 0, true ) end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), onEnterVehicle ) function onExitVehicle ( Vehicle ) if getElementModel (Vehicle ) == 522 then removePedClothes ( source, 16 ) end end addEventHandler ( "onPlayerVehicleExit", getRootElement(), onExitVehicle ) Link to comment
mhmd22 Posted March 5, 2014 Author Share Posted March 5, 2014 فيك تسوي لي يركب موتور بس اذا معه شخصيه Cj Link to comment
#DRAGON!FIRE Posted March 5, 2014 Share Posted March 5, 2014 addEventHandler ( "onPlayerVehicleEnter", root, function( vehicle ) if ( getElementModel ( vehicle ) == 522 ) then if ( getElementModel ( source ) == 0 ) then addPedClothes ( source, "moto", "moto", 16 ) setElementHealth( source, 100 ) outputChatBox ( "?#FFFFFFWelcome? To NGR-500 Race", source, 255, 0, 0, true ) end end end ) addEventHandler ( "onPlayerVehicleExit", root, function( vehicle ) if ( getElementModel ( vehicle ) == 522 ) then if ( getElementModel ( source ) == 0 ) then removePedClothes ( source, 16 ) end end end ) Link to comment
mhmd22 Posted March 5, 2014 Author Share Posted March 5, 2014 مو شغال حقك زاحف بس شفت دي بقً وصلحته Link to comment
#DRAGON!FIRE Posted March 5, 2014 Share Posted March 5, 2014 الكود اششوفه سليم .. وش الخطا اللي طلع بالديبوق . ؟ ! Link to comment
' ρяofзśŝoя 亗 Posted March 5, 2014 Share Posted March 5, 2014 مو شغال حقك زاحفبس شفت دي بقً وصلحته ليه م صلححت كودككءَ منن البدآيهه ، ذذ Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now