Jump to content

Foster

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Foster

  1. function walkstyle(thePlayer) setPedWalkingStyle(localPlayer,128) end function walk ( thePlayer ) elseif isObjectInACLGroup("user."..walk, aclGetGroup("Console")) then walkstyle(thePlayer) end end addCommandHandler("walk", walk) I couldn't fix it. How can i fix this code.
×
×
  • Create New...