mouamle Posted June 26, 2015 Posted June 26, 2015 السلام عليكم فنكشن setPedWalkingStyle setPedWalkingStyle اذا حطيتها كلنت اللاعب اللي راح تتطبق علية وحدة يشوفها بس اذا حطيتها سيرفر كل اللاعبين راح يشوفونها ؟ صح ؟
Professional Posted June 26, 2015 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)
TAPL Posted June 26, 2015 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)
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