mouamle Posted June 26, 2015 Share Posted June 26, 2015 السلام عليكم فنكشن setPedWalkingStyle setPedWalkingStyle اذا حطيتها كلنت اللاعب اللي راح تتطبق علية وحدة يشوفها بس اذا حطيتها سيرفر كل اللاعبين راح يشوفونها ؟ صح ؟ Link to comment
i S6O Posted June 26, 2015 Share Posted June 26, 2015 استخدم على سيرفر افضل وترا فنكشن سيرفر وكلنت ! Link to comment
Professional Posted June 26, 2015 Share Posted June 26, 2015 Server === Syntax function hassan( ) setPedWalkingStyle(source,0) outputChatBox ( "You Now Wolking", 255, 255, 255, true ) end -- --end function addCommandHandler ( "walk", hassan) Link to comment
TAPL Posted June 26, 2015 Share Posted June 26, 2015 Server ===Syntax function hassan( ) setPedWalkingStyle(source,0) outputChatBox ( "You Now Wolking", 255, 255, 255, true ) end -- --end function addCommandHandler ( "walk", hassan) function hassan(source) setPedWalkingStyle(source,0) outputChatBox ( "You Now Wolking", source, 255, 255, 255, true ) end -- --end function addCommandHandler ( "walk", hassan) 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