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.